diff --git a/lemmy-container.nix b/lemmy-container.nix index f9a5ec9..af646bd 100644 --- a/lemmy-container.nix +++ b/lemmy-container.nix @@ -55,8 +55,8 @@ in { config = mkIf cfg.enable { systemd.tmpfiles.rules = [ - "d ${state/directory}/postgres 0700 root root - -" - "d ${state/directory}/pictrs 0700 root root - -" + "d ${state-directory}/postgres 0700 root root - -" + "d ${state-directory}/pictrs 0700 root root - -" ]; containers.lemmy = {