...And make the dir belong to that user
This commit is contained in:
parent
c8746c01ef
commit
0058c1dd1f
|
@ -320,7 +320,7 @@ in {
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d ${cfg.state-directory}/pictrs 0700 lemmy-pictrs root - -"
|
"d ${cfg.state-directory}/pictrs 0700 lemmy-pictrs root - -"
|
||||||
"d ${cfg.state-directory}/postgres 0700 root root - -"
|
"d ${cfg.state-directory}/postgres 0700 lemmy-postgres root - -"
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
|
Loading…
Reference in New Issue