From 594ca476edd4fa6f52d10762793afe01de92c569 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 14 Oct 2025 16:31:44 -0400 Subject: fix conflict --- machines/oxo/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/oxo/configuration.nix') diff --git a/machines/oxo/configuration.nix b/machines/oxo/configuration.nix index ddc5429..c51d052 100644 --- a/machines/oxo/configuration.nix +++ b/machines/oxo/configuration.nix @@ -22,7 +22,7 @@ }; networking.firewall = { - enable = true; + enable = lib.mkForce true; allowedTCPPorts = [ 80 443 22 ]; }; -- cgit v1.2.3