Update nix flake

This commit is contained in:
2025-01-07 20:52:49 +03:00
parent d8dffed10a
commit ba2f5da3ac

View File

@@ -89,7 +89,7 @@
# name = "photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}"; # name = "photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}";
after = [ "local-fs.target" ]; after = [ "local-fs.target" ];
path = [ path = [
pkgs.photocatalog packages.photocatalog
]; ];
preStart = if !sync.skipFullSync then '' preStart = if !sync.skipFullSync then ''
mkdir -p ${sync.target} mkdir -p ${sync.target}