From 860378be59418b2dba455c547c72d435389cef5d Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Sun, 13 Oct 2024 00:59:39 +0100 Subject: [PATCH] backup-git: fix systemd timer --- modules/backups/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/backups/git.nix b/modules/backups/git.nix index 5aaa407..c237ed2 100644 --- a/modules/backups/git.nix +++ b/modules/backups/git.nix @@ -48,6 +48,7 @@ in }; script = '' + set -e shopt -s nullglob # Read and deduplicate repos @@ -95,7 +96,6 @@ in Persistent = true; OnUnitInactiveSec = "15m"; RandomizedDelaySec = "5m"; - Unit = "backup-git.service"; }; }; };