summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/muellshack.nix
diff options
context:
space:
mode:
Diffstat (limited to 'krebs/2configs/shack/muellshack.nix')
-rw-r--r--krebs/2configs/shack/muellshack.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/2configs/shack/muellshack.nix b/krebs/2configs/shack/muellshack.nix
index cabe72b4..abec3b4d 100644
--- a/krebs/2configs/shack/muellshack.nix
+++ b/krebs/2configs/shack/muellshack.nix
@@ -16,7 +16,9 @@ in {
inherit home;
isSystemUser = true;
createHome = true;
+ group = "muellshack";
};
+ users.groups.muellshack = {};
services.nginx.virtualHosts."muell.shack" = {
locations."/" = {
proxyPass = "http://localhost:${port}/muellshack/";