1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: move nginx module to extra-modules

This commit is contained in:
oddlama 2023-12-25 21:49:36 +01:00
parent d10cd74dc6
commit 06a68e0b62
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 8 additions and 107 deletions

View file

@ -15,6 +15,7 @@
boot.mode = "bios";
users.groups.acme.members = ["nginx"];
services.nginx.enable = true;
services.nginx.recommendedSetup = true;
meta.promtail = {
enable = true;