From a0ed3637e42286f1fea4a2c6183eab968e1999ed Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 24 Jan 2024 22:09:40 -0800 Subject: [PATCH] state/directory -> state-directory --- lemmy-container.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {