Files
nix-flake/hosts/nix-axolotsh/firewall.nix
2026-01-28 11:41:51 +03:00

6 lines
146 B
Nix

{ ... } : {
networking.firewall.enable = false;
# networking.firewall.allowedTCPPorts = [ ];
# networking.firewall.allowedUDPPorts = [ ];
}