github-hosts-sync: isSystemUser

This commit is contained in:
lassulus 2021-06-05 14:15:30 +02:00
parent 47f3dd9345
commit 8b3cd5aef1

View File

@ -72,6 +72,7 @@ let
mail = "${name}@${config.krebs.build.host.name}";
name = "github-hosts-sync";
uid = genid_uint31 name;
isSystemUser = true;
};
# TODO move to lib?