diff --git a/flake.nix b/flake.nix index 12a304c..02fd3b7 100644 --- a/flake.nix +++ b/flake.nix @@ -99,7 +99,7 @@ scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch"; serviceConfig = { Type="oneshot"; - Restart=no; + Restart="no"; }; } ) config.photocatalog.syncs;