From 1f248b92da91235e8c486730ea26f4762581a63d Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 24 Jan 2024 22:14:06 -0800 Subject: [PATCH] state-directory -> cfg.state-directory --- lemmy-container.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lemmy-container.nix b/lemmy-container.nix index af646bd..5e65572 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 ${cfg.state-directory}/postgres 0700 root root - -" + "d ${cfg.state-directory}/pictrs 0700 root root - -" ]; containers.lemmy = {