diff --git a/flake.nix b/flake.nix index 3118357..1395c95 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 3 current 2025-10-05 18:18:12 25.05.20251001.5b5be50 6.12.49 * +# generation: 6 current 2025-10-05 18:36:02 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 33914d1..8a434aa 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -113,7 +113,7 @@ #networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. - networking.firewall.enable = true; + networking.firewall.enable = false; system.stateVersion = "25.05"; # Did you read the comment?