From cb6492dfaba62fe33cd288db85f55f2a662ceba8 Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 20:36:37 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }