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:
nixbitcoin
2021-02-17 11:50:25 +00:00
parent ccef870b74
commit e873326bfe
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ in {
users.users.recurring-donations = {
group = "recurring-donations";
extraGroups = [ "clightning" ];
extraGroups = [ config.services.clightning.group ];
};
users.groups.recurring-donations = {};
};