github-hosts-sync: set isSystemUser at correct location
This commit is contained in:
parent
dd2513e21c
commit
b9d9b711b8
@ -65,6 +65,7 @@ let
|
|||||||
users.users.${user.name} = {
|
users.users.${user.name} = {
|
||||||
inherit (user) uid;
|
inherit (user) uid;
|
||||||
home = cfg.dataDir;
|
home = cfg.dataDir;
|
||||||
|
isSystemUser = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -72,7 +73,6 @@ let
|
|||||||
mail = "${name}@${config.krebs.build.host.name}";
|
mail = "${name}@${config.krebs.build.host.name}";
|
||||||
name = "github-hosts-sync";
|
name = "github-hosts-sync";
|
||||||
uid = genid_uint31 name;
|
uid = genid_uint31 name;
|
||||||
isSystemUser = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO move to lib?
|
# TODO move to lib?
|
||||||
|
Loading…
Reference in New Issue
Block a user