From e387d7d5ceb943ff22116d213892faf748d0e1f5 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Thu, 20 Mar 2025 14:44:28 +0100 Subject: [PATCH] 45 current 2025-03-20 14:44:26 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 3b2cea7..f16616f 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -25,6 +25,8 @@ useDHCP = true; }; + networking.firewall.enable = false; + # Set your time zone. time.timeZone = "Europe/Stockholm";