Update nix flake

This commit is contained in:
2025-01-07 20:36:56 +03:00
parent cb6492dfab
commit 4f050bcae7

View File

@@ -99,7 +99,7 @@
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";
}; };
} }
) config.photocatalog.syncs; ) config.photocatalog.syncs;