From e2b6e2a6a279260a574a5140f1314eb301da249e Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 25 Aug 2024 12:46:55 +0200 Subject: [PATCH] fixed timer name --- 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 c3fbb88..70d8472 100644 --- a/features/server/backups.nix +++ b/features/server/backups.nix @@ -75,7 +75,7 @@ }; }; - systemd.timers.borgmatic = { + systemd.timers."borgmatic" = { enable = true; unit = "borgmatic.service"; wantedBy = [ "timers.target" ];