github-host-sync: add group
This commit is contained in:
parent
bb709ce412
commit
9f6c37f21c
@ -66,11 +66,14 @@ let
|
||||
|
||||
users.users.${user.name} = {
|
||||
inherit (user) uid;
|
||||
group = user.name;
|
||||
home = cfg.dataDir;
|
||||
isSystemUser = true;
|
||||
};
|
||||
};
|
||||
|
||||
users.groups.${user.name} = {};
|
||||
|
||||
user = rec {
|
||||
mail = "${name}@${config.krebs.build.host.name}";
|
||||
name = "github-hosts-sync";
|
||||
|
Loading…
Reference in New Issue
Block a user