From 316880ec5396be00ecda7f528190ca86d4c8f155 Mon Sep 17 00:00:00 2001 From: Laurent Gueret Date: Fri, 20 Feb 2026 19:28:49 +0100 Subject: [PATCH] Disabled Firewall --- hosts/nixos/system/partials/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/system/partials/networking.nix b/hosts/nixos/system/partials/networking.nix index 0abf76d..831c5bc 100644 --- a/hosts/nixos/system/partials/networking.nix +++ b/hosts/nixos/system/partials/networking.nix @@ -2,7 +2,7 @@ { networking.hostName = "nixos"; - networking.firewall.enable = true; + networking.firewall.enable = false; time.timeZone = "Europe/Brussels"; }