From fc63e5fa75c17eafa14d6911a0ccb2925810a775 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sun, 24 Aug 2025 09:41:54 +0200 Subject: [PATCH] dustbowl: enable firewall --- nixos/dustbowl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 8e84757..35fd460 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -300,7 +300,7 @@ programs.steam.enable = true; # Open ports in the firewall. - networking.firewall.enable = false; + networking.firewall.enable = true; # networking.firewall.allowedTCPPorts = [ 8080 6600 ]; # networking.firewall.allowedUDPPorts = [ 8080 ];