services: set isSystemUser for service users
'isSystemUser' has to be explicitly set in NixOS 21.05. Previously, it was the implicit default.
This commit is contained in:
@@ -133,8 +133,8 @@ in
|
||||
};
|
||||
|
||||
users.users.${user} = {
|
||||
group = group;
|
||||
isSystemUser = true;
|
||||
group = group;
|
||||
};
|
||||
users.groups.${group} = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user