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