From 632020cc740e48724acfc34669d889ffda750951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 2 Jun 2024 22:45:23 +0200 Subject: [PATCH] Set wantedBy for enabled timer --- backup.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.nix b/backup.nix index 4ef053b..950f5c0 100644 --- a/backup.nix +++ b/backup.nix @@ -69,6 +69,7 @@ in }; systemd.units."backup-helper@etc-machine\x2did.timer" = { enable = true; + wantedBy = [ "timers.target" ]; }; }; }