From 018cd3cac1166d4a7b9d1688ecc6fb6d6ff4b71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 2 Jun 2024 22:51:19 +0200 Subject: [PATCH] Add overrideStrategy --- backup.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.nix b/backup.nix index 950f5c0..f42011a 100644 --- a/backup.nix +++ b/backup.nix @@ -67,9 +67,9 @@ in RandomizedDelaySec = cfg.randomized-delay; }; }; - systemd.units."backup-helper@etc-machine\x2did.timer" = { - enable = true; + systemd.timers."backup-helper@etc-machine\x2did" = { wantedBy = [ "timers.target" ]; + overrideStrategy = "asDropin"; }; }; }