From 9c47e497d059edcdd25bb1255feb2c0ca5009040 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 25 Aug 2024 12:49:10 +0200 Subject: [PATCH] (bug): moved parameter --- features/server/backups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/server/backups.nix b/features/server/backups.nix index d6e0ba0..bc4bff7 100644 --- a/features/server/backups.nix +++ b/features/server/backups.nix @@ -77,12 +77,12 @@ systemd.timers."borgmatic" = { enable = true; - Unit = "borgmatic.service"; wantedBy = [ "timers.target" ]; timerConfig = { OnCalendar = "*-*-* 03:00:00"; Persistent = true; WakeSystem = true; + Unit = "borgmatic.service"; }; }; }