From 5f029bf6c8817cbcd1e269a004936c14cfb02d3f Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Fri, 2 Dec 2022 23:54:43 +0700 Subject: [PATCH] Revert "hosts/sugarcane: readd nginx" This reverts commit 2ecdc7624af1467ee8851318c6a34394d4e699b8. --- hosts/sugarcane/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/sugarcane/default.nix b/hosts/sugarcane/default.nix index beb0db9..fb2a276 100644 --- a/hosts/sugarcane/default.nix +++ b/hosts/sugarcane/default.nix @@ -7,7 +7,7 @@ passwd.file = ../../secrets/passwd.age; wg_sugarcane.file = ../../secrets/wg_sugarcane.age; }; - imports = (with modules.system; [ + imports = with modules.system; [ (modulesPath + "/profiles/qemu-guest.nix") inputs.home-manager-raccoon.nixosModule @@ -24,8 +24,5 @@ ./packages.nix ../../users/hana - ]) ++ - (with modules.services; [ - nginx - ]); + ]; }