add backup user to groups
This commit is contained in:
parent
374fb3a756
commit
87eaff16c4
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in {
|
|||
users.users."${user}" = {
|
||||
isSystemUser = true;
|
||||
inherit group;
|
||||
extraGroups = [ "misskey" "redis-misskey" ];
|
||||
};
|
||||
users.groups."${group}" = { };
|
||||
services.postgresql.ensureUsers = [{ name = user; }];
|
||||
|
|
Loading…
Reference in a new issue