hosts/sugarcane: readd nginx

This commit is contained in:
LavaDesu 2022-12-02 23:51:33 +07:00
parent 771f1a466f
commit 2ecdc7624a
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -7,7 +7,7 @@
passwd.file = ../../secrets/passwd.age; passwd.file = ../../secrets/passwd.age;
wg_sugarcane.file = ../../secrets/wg_sugarcane.age; wg_sugarcane.file = ../../secrets/wg_sugarcane.age;
}; };
imports = with modules.system; [ imports = (with modules.system; [
(modulesPath + "/profiles/qemu-guest.nix") (modulesPath + "/profiles/qemu-guest.nix")
inputs.home-manager-raccoon.nixosModule inputs.home-manager-raccoon.nixosModule
@ -24,5 +24,8 @@
./packages.nix ./packages.nix
../../users/hana ../../users/hana
]; ]) ++
(with modules.services; [
nginx
]);
} }