summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-12-04 22:43:59 +0100
committermakefu <github@syntax-fehler.de>2021-12-04 22:43:59 +0100
commit28d5d0233a863ff87eb8b5e964f5d5f627585dee (patch)
tree4c61eccb758e402b19e8b568c68f813c1910ae6c
parent22766982a2a5a76d79c4e846d451d795f0e20183 (diff)
module airdcpp: make group explicit
-rw-r--r--krebs/3modules/airdcpp.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/airdcpp.nix b/krebs/3modules/airdcpp.nix
index 4ac6e30e..259f613c 100644
--- a/krebs/3modules/airdcpp.nix
+++ b/krebs/3modules/airdcpp.nix
@@ -269,6 +269,7 @@ let
home = cfg.stateDir;
createHome = true;
isSystemUser = true;
+ group = "airdcpp";
inherit (cfg) extraGroups;
};
groups.airdcpp.gid = genid "airdcpp";