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/brockman.nix | |
parent | 33d13bff84c85ad9f22300598a0c4115e3361f7f (diff) | |
parent | 70be7f119b25f1913be9a219f5dad0b179405b4e (diff) |
Merge remote-tracking branch 'lass/21.11' into 21.11
Diffstat (limited to 'krebs/3modules/brockman.nix')
-rw-r--r-- | krebs/3modules/brockman.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/3modules/brockman.nix b/krebs/3modules/brockman.nix index 7a78880ea..8427ca50b 100644 --- a/krebs/3modules/brockman.nix +++ b/krebs/3modules/brockman.nix @@ -11,10 +11,12 @@ in { config = mkIf cfg.enable { users.extraUsers.brockman = { home = "/var/lib/brockman"; + group = "brockman"; createHome = true; isSystemUser = true; uid = genid_uint31 "brockman"; }; + users.groups.brockman = {}; systemd.services.brockman = { description = "RSS to IRC broadcaster"; |