From 0058c1dd1fc3b7ee03777650d060904480d3989d Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 17 Jul 2023 17:53:28 -0700 Subject: [PATCH] ...And make the dir belong to that user --- lemmy-docker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemmy-docker.nix b/lemmy-docker.nix index 38a45b2..51d052d 100644 --- a/lemmy-docker.nix +++ b/lemmy-docker.nix @@ -320,7 +320,7 @@ in { systemd.tmpfiles.rules = [ "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 = {