Revert "hosts/sugarcane: readd nginx"

This reverts commit 2ecdc7624a.
This commit is contained in:
LavaDesu 2022-12-02 23:54:43 +07:00
parent b31c445150
commit 5f029bf6c8
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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
]);
];
}