diff options
author | lassulus <lassulus@lassul.us> | 2021-12-01 18:29:24 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-12-01 18:29:24 +0100 |
commit | 5d6bbe679742f6e975b48512c81e6d9c2dab9043 (patch) | |
tree | 97375b4f81979a04c7c5bdba0dbd2d53e7baf065 /krebs | |
parent | cd367626d4cb434e89ebfce0f4c13a11108043db (diff) |
brockman: add group
Diffstat (limited to 'krebs')
-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"; |