From 5b7a98bc54b1a7965f73515dc205c1167147cba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 2 Jun 2024 23:08:30 +0200 Subject: [PATCH] Switch from %I to %f --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index c8efb3f..641f0f6 100644 --- a/backup.nix +++ b/backup.nix @@ -57,7 +57,7 @@ in }; serviceConfig = { Type = "oneshot"; - ExecStart = "${restic-wrapper}/bin/restic-wrapper %I"; + ExecStart = "${restic-wrapper}/bin/restic-wrapper %f"; }; }; systemd.timers."backup-helper@" = {