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" ];