summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/muellshack.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 20:04:25 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 20:04:37 +0100
commit2d3a292ea0cfd7ca2015c8794d262ff588225662 (patch)
tree20ffe874dde6caa2d6a1e01d8fa5915d838fcd62 /krebs/2configs/shack/muellshack.nix
parentda6d3992cfa6aedbd868e8cc7df1213107b0f8a5 (diff)
shack: set groups for created users
demanded by 21.11 to set the group
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/";