From 65d4ede7673dd7f059b77dc30a1b55fef24663fb Mon Sep 17 00:00:00 2001 From: chaos Date: Mon, 16 Dec 2024 14:37:23 +0000 Subject: [PATCH] fix tmpfiles for photoprism --- hosts/hetzner-arm/profiles/photoprism.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hetzner-arm/profiles/photoprism.nix b/hosts/hetzner-arm/profiles/photoprism.nix index 7316122..23c8ab7 100644 --- a/hosts/hetzner-arm/profiles/photoprism.nix +++ b/hosts/hetzner-arm/profiles/photoprism.nix @@ -33,8 +33,8 @@ in { ]; systemd.tmpfiles.rules = [ - "d /PhotosCache - storage storage" - "d /Photos - storage storage" + "d /PhotosCache - photoprism photoprism" + "d /Photos - photoprism photoprism" ]; users.users.photoprism = {