From bd32223557c407a3cafc4ac3f6877eb374bdca5a Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 20:26:27 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 7cf095d..6df4bb6 100644 --- a/flake.nix +++ b/flake.nix @@ -87,10 +87,10 @@ systemd.services = lib.mapAttrs (_: sync: { name = "photocatalog_${lib.replaceChars ["/"] ["-"] sync.source}"; -# after = [ "local-fs.target" ]; - path = [ - pkgs.photocatalog - ]; + after = [ "local-fs.target" ]; +# path = [ +# pkgs.photocatalog +# ]; preStart = if !sync.skipFullSync then '' mkdir -p ${sync.target} photocatalog -source ${sync.source} -target ${sync.target}