nixos-config/modules/security/opensnitch.nix

6 lines
54 B
Nix
Raw Permalink Normal View History

{
services.opensnitch = {
enable = true;
};
}