From 4f3626e52300251665252d69c2d3f5a63a579fe5 Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Mon, 27 Feb 2023 10:44:43 +0100 Subject: [PATCH] Disabled firewall. --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 9524224..0fd66d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -154,7 +154,7 @@ # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. - networking.firewall.enable = true; + networking.firewall.enable = false; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions