From 27edd08727815d74fa3d551e4c1c88768636951f Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 5 Apr 2025 14:11:08 +1100 Subject: [PATCH] hosts/hazel: fix nginx module --- hosts/hazel/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hazel/default.nix b/hosts/hazel/default.nix index 79a6b2a..c487e5e 100644 --- a/hosts/hazel/default.nix +++ b/hosts/hazel/default.nix @@ -3,7 +3,7 @@ system.stateVersion = "24.11"; time.timeZone = "Australia/Melbourne"; - imports = with modules.system; [ + imports = with modules.system; with modules.services; [ home-manager-stable base