From 8e9e075e398f05442c10945564706daa9e3579d1 Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 20:36:20 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 43cd55f..8506ca7 100644 --- a/flake.nix +++ b/flake.nix @@ -97,10 +97,10 @@ '' else null; script = "photocatalog"; scriptArgs = "-source ${sync.source} -target ${sync.target} -skip-full-sync -watch"; - serviceConfig = '' - Type=oneshot - Restart=no - ''; + serviceConfig = { + Type=oneshot; + Restart=no; + }; } ) config.photocatalog.syncs; };