From ea0478286acb5d3a2a826259839b0de9d26840bf Mon Sep 17 00:00:00 2001 From: Jermeiah S Date: Fri, 20 Jun 2025 16:21:23 -0400 Subject: [PATCH] disable firewall on tofu [deploy] --- configurations/nixos/tofu/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configurations/nixos/tofu/default.nix b/configurations/nixos/tofu/default.nix index 74e1a5e..03dac1c 100644 --- a/configurations/nixos/tofu/default.nix +++ b/configurations/nixos/tofu/default.nix @@ -1,4 +1,5 @@ { + lib, flake, modulesPath, config, @@ -38,6 +39,7 @@ in }; }; networking = { + firewall.enable = lib.mkForce false; hostName = "tofu"; }; environment.systemPackages = [