nix/system/Firewall.nix

4 lines
49 B
Nix

{ ... }: {
networking.firewall.enable = true;
}