Manually set UID for postgres/pictrs (ffs)
This commit is contained in:
parent
9919537bc6
commit
d1af6ff3e8
|
@ -319,10 +319,12 @@ in {
|
|||
users.users = {
|
||||
lemmy-pictrs = {
|
||||
isSystemUser = true;
|
||||
uid = 532;
|
||||
group = "lemmy-pictrs";
|
||||
};
|
||||
lemmy-postgres = {
|
||||
isSystemUser = true;
|
||||
uid = 533;
|
||||
group = "lemmy-postgres";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue