From e25339d70cc03e943c8e21363e0f231778c744cd Mon Sep 17 00:00:00 2001 From: Zeusina Date: Sun, 5 Jul 2026 18:14:50 +0300 Subject: [PATCH] feat: disable firewall on kachu-pc --- hosts/kachu-pc/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kachu-pc/configuration.nix b/hosts/kachu-pc/configuration.nix index ba27891..4ee1795 100644 --- a/hosts/kachu-pc/configuration.nix +++ b/hosts/kachu-pc/configuration.nix @@ -172,7 +172,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