From 5177e8bec01211d79c5a6847b5b3f55b50a1551f Mon Sep 17 00:00:00 2001 From: Lucy Date: Fri, 19 Sep 2025 17:34:43 +0200 Subject: [PATCH] firewall less restricted fuckky fcukky --- hosts/server/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index c5ffffd..86ddfa7 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -121,10 +121,9 @@ in services.openssh.enable = true; # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; + # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = false; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you