diff options
author | makefu <github@syntax-fehler.de> | 2021-12-04 18:33:43 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-12-04 18:33:43 +0100 |
commit | c22610c8e695cf9f8b48a1fa9040f57187064e77 (patch) | |
tree | de64a5cea287197a71dea4681d46c08919132dd7 /krebs/3modules/tinc_graphs.nix | |
parent | 33d13bff84c85ad9f22300598a0c4115e3361f7f (diff) | |
parent | 70be7f119b25f1913be9a219f5dad0b179405b4e (diff) |
Merge remote-tracking branch 'lass/21.11' into 21.11
Diffstat (limited to 'krebs/3modules/tinc_graphs.nix')
-rw-r--r-- | krebs/3modules/tinc_graphs.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/krebs/3modules/tinc_graphs.nix b/krebs/3modules/tinc_graphs.nix index 7a414e6e3..733db69ca 100644 --- a/krebs/3modules/tinc_graphs.nix +++ b/krebs/3modules/tinc_graphs.nix @@ -128,9 +128,12 @@ let users.extraUsers.tinc_graphs = { uid = genid_uint31 "tinc_graphs"; + group = "tinc_graphs"; home = "/var/spool/tinc_graphs"; isSystemUser = true; }; + users.groups.tinc_graphs = {}; + services.nginx = mkIf cfg.nginx.enable { enable = mkDefault true; virtualHosts = { |