From 5d6bbe679742f6e975b48512c81e6d9c2dab9043 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 1 Dec 2021 18:29:24 +0100 Subject: brockman: add group --- krebs/3modules/brockman.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/krebs/3modules/brockman.nix b/krebs/3modules/brockman.nix index 7a78880e..8427ca50 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"; -- cgit v1.2.3