Update nix flake

This commit is contained in:
2025-01-07 21:07:07 +03:00
parent ffe9bfe466
commit 3ab4a04da0
2 changed files with 1 additions and 4 deletions

View File

@@ -100,7 +100,7 @@
];
preStart = if !sync.skipFullSync then ''
mkdir -p ${sync.target}
photocatalog -source ${sync.source} -target ${sync.target}
photocatalog -source ${sync.source} -target ${sync.target} -mode ${sync.mode}
'' else null;
script = "photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch -mode ${sync.mode}";
serviceConfig = {