Add groups to users

This commit is contained in:
Inex Code
2022-04-20 13:22:16 +03:00
parent cb6378a970
commit 1a31e32424
4 changed files with 4 additions and 0 deletions

View File

@@ -39,5 +39,6 @@ in
extraGroups = [ "postgres" ];
isNormalUser = false;
isSystemUser = true;
group = "pleroma";
};
}