treewide: Switch to system users (#71055)

treewide: Switch to system users
This commit is contained in:
Silvan Mosberger
2019-11-01 13:26:43 +01:00
committed by GitHub
47 changed files with 80 additions and 16 deletions
@@ -191,6 +191,7 @@ in
createHome = true;
description = "Buildkite agent user";
extraGroups = [ "keys" ];
isSystemUser = true;
};
environment.systemPackages = [ cfg.package ];