AquaticOS/modules/services/opensnitch.nix

9 lines
184 B
Nix

{ ... }:
{
flake.modules.nixos.opensnitch = {
services.opensnitch.enable = true;
};
flake.modules.homeManager.opensnitch = {
services.opensnitch-ui.enable = true;
};
}