modules: use user & group options
I've tried my best to locate all uses of hardcoded usernames, but its not guaranteed that all have been found/fixed.
This commit is contained in:
@@ -100,7 +100,7 @@ in {
|
||||
|
||||
users.users.recurring-donations = {
|
||||
group = "recurring-donations";
|
||||
extraGroups = [ "clightning" ];
|
||||
extraGroups = [ config.services.clightning.group ];
|
||||
};
|
||||
users.groups.recurring-donations = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user