From 97b8d00a3f71e645ed2a434a61cc30f65c2566ac Mon Sep 17 00:00:00 2001 From: Xe Date: Tue, 3 Jan 2023 12:48:59 -0500 Subject: [PATCH] Revert "no firewall for joker" This reverts commit 6411cf5e6fc6881e40cc000099400cd4904f11af. --- 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 99f78f1..4ca9094 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