9 lines
184 B
Nix
9 lines
184 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.nixos.opensnitch = {
|
|
services.opensnitch.enable = true;
|
|
};
|
|
flake.modules.homeManager.opensnitch = {
|
|
services.opensnitch-ui.enable = true;
|
|
};
|
|
}
|