From 07154f51259a8c25b051137f9bc1b76e327cb0a9 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 15 Sep 2025 21:29:48 -0400 Subject: [PATCH] fix errant services --- hosts/nixos/Dragneel/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/nixos/Dragneel/default.nix b/hosts/nixos/Dragneel/default.nix index 853e773..701596f 100644 --- a/hosts/nixos/Dragneel/default.nix +++ b/hosts/nixos/Dragneel/default.nix @@ -80,7 +80,6 @@ }; }; - services.firewall.enable = false; services.unifi = { enable = true; openFirewall = true;