diff options
author | makefu <github@syntax-fehler.de> | 2021-12-04 22:43:59 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-12-04 22:43:59 +0100 |
commit | 28d5d0233a863ff87eb8b5e964f5d5f627585dee (patch) | |
tree | 4c61eccb758e402b19e8b568c68f813c1910ae6c /krebs/3modules | |
parent | 22766982a2a5a76d79c4e846d451d795f0e20183 (diff) |
module airdcpp: make group explicit
Diffstat (limited to 'krebs/3modules')
-rw-r--r-- | krebs/3modules/airdcpp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/3modules/airdcpp.nix b/krebs/3modules/airdcpp.nix index 4ac6e30ee..259f613cc 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"; |