mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 21:35:34 +03:00
Update nix flake
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
];
|
];
|
||||||
preStart = if !sync.skipFullSync then ''
|
preStart = if !sync.skipFullSync then ''
|
||||||
mkdir -p ${sync.target}
|
mkdir -p ${sync.target}
|
||||||
photocatalog -source ${sync.source} -target ${sync.target}
|
photocatalog -source ${sync.source} -target ${sync.target} -mode ${sync.mode}
|
||||||
'' else null;
|
'' else null;
|
||||||
script = "photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch -mode ${sync.mode}";
|
script = "photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch -mode ${sync.mode}";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user