...And make the dir belong to that user

This commit is contained in:
niten 2023-07-17 17:53:28 -07:00
parent c8746c01ef
commit 0058c1dd1f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {