treewide: Switch to system users
This commit is contained in:
@@ -116,6 +116,7 @@ in {
|
||||
users.users = optionalAttrs (cfg.user == "unit") (singleton {
|
||||
name = "unit";
|
||||
group = cfg.group;
|
||||
isSystemUser = true;
|
||||
});
|
||||
|
||||
users.groups = optionalAttrs (cfg.group == "unit") (singleton {
|
||||
|
||||
Reference in New Issue
Block a user