diff --git a/nixos/custom-odin-nixos/configuration.nix b/nixos/custom-odin-nixos/configuration.nix --- a/nixos/custom-odin-nixos/configuration.nix +++ b/nixos/custom-odin-nixos/configuration.nix @@ -140,7 +140,7 @@ allowedTCPPorts = [ 3389 4455 3333 4444 50001 5567 1701 9001 4001 config.services.nix-serve.port ]; allowedUDPPorts = [ 3389 4455 4444 50001 5567 1701 9001 4001 ]; - enable = true; # ~~false; # Or disable the firewall altogether.~~ + enable = false; # Or disable the firewall altogether.~~ }; };