github-hosts-sync: set isSystemUser at correct location

This commit is contained in:
lassulus 2021-06-05 14:45:43 +02:00
parent dd2513e21c
commit b9d9b711b8

View File

@ -65,6 +65,7 @@ let
users.users.${user.name} = {
inherit (user) uid;
home = cfg.dataDir;
isSystemUser = true;
};
};
@ -72,7 +73,6 @@ let
mail = "${name}@${config.krebs.build.host.name}";
name = "github-hosts-sync";
uid = genid_uint31 name;
isSystemUser = true;
};
# TODO move to lib?