From b9a28d4115b8e3f7e73ddff0717afbb994ff95fc Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Thu, 23 May 2024 23:20:15 -0500 Subject: [PATCH] Disable the firewall --- oscar/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index d1a684e..4fb2087 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -147,7 +147,7 @@ # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = false; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions