Update nix flake

This commit is contained in:
2025-01-07 20:36:37 +03:00
parent 8e9e075e39
commit cb6492dfab

View File

@@ -98,7 +98,7 @@
script = "photocatalog"; script = "photocatalog";
scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch"; scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch";
serviceConfig = { serviceConfig = {
Type=oneshot; Type="oneshot";
Restart=no; Restart=no;
}; };
} }