diff --git a/flake.nix b/flake.nix index 8506ca7..12a304c 100644 --- a/flake.nix +++ b/flake.nix @@ -98,7 +98,7 @@ script = "photocatalog"; scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch"; serviceConfig = { - Type=oneshot; + Type="oneshot"; Restart=no; }; }