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:
Erik Arvstedt
2021-08-14 10:46:40 +02:00
parent 0ef66c920b
commit e44f78ebb8
10 changed files with 14 additions and 2 deletions
+1
View File
@@ -97,6 +97,7 @@ in {
};
users.users.recurring-donations = {
isSystemUser = true;
group = "recurring-donations";
extraGroups = [ config.services.clightning.group ];
};