Add group for lemmy-pictrs
This commit is contained in:
parent
b442f84b62
commit
cf2de788c2
|
@ -270,7 +270,10 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.lemmy-pictrs.isSystemUser = true;
|
users.users.lemmy-pictrs = {
|
||||||
|
isSystemUser = true;
|
||||||
|
group = "lemmy-pictrs";
|
||||||
|
};
|
||||||
|
|
||||||
systemd.tmpfiles.rules =
|
systemd.tmpfiles.rules =
|
||||||
[ "d ${cfg.state-directory}/pictrs 0700 lemmy-pictrs - - -" ];
|
[ "d ${cfg.state-directory}/pictrs 0700 lemmy-pictrs - - -" ];
|
||||||
|
|
Loading…
Reference in New Issue