Update nix flake

This commit is contained in:
2025-01-07 18:41:12 +03:00
parent 4b2d705906
commit b32c74d058

View File

@@ -95,9 +95,8 @@
mkdir -p ${sync.target}
photocatalog -source ${sync.source} -target ${sync.target}
'' else null;
script = ''
photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch
'';
script = photocatalog;
scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch";
}
) config.photocatalog.syncs;
};