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

refactor: restructure topology

This commit is contained in:
oddlama 2024-03-14 15:55:12 +01:00
parent fd0069c626
commit ac18f2d07d
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 9 additions and 3 deletions

View file

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