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