From 6411cf5e6fc6881e40cc000099400cd4904f11af Mon Sep 17 00:00:00 2001 From: Xe Date: Tue, 3 Jan 2023 12:17:25 -0500 Subject: [PATCH] no firewall for joker Signed-off-by: Xe --- hosts/joker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/joker/default.nix b/hosts/joker/default.nix index 4ca9094..99f78f1 100644 --- a/hosts/joker/default.nix +++ b/hosts/joker/default.nix @@ -140,7 +140,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