From 4f050bcae72a28a529425048dcafd42ee3c53c67 Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 20:36:56 +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 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;