From 62acd3389ba3f5a28d87b4ff717973152a85d9a2 Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 25 Aug 2024 12:48:06 +0200 Subject: [PATCH] fixed typo --- 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 70d8472..d6e0ba0 100644 --- a/features/server/backups.nix +++ b/features/server/backups.nix @@ -77,7 +77,7 @@ systemd.timers."borgmatic" = { enable = true; - unit = "borgmatic.service"; + Unit = "borgmatic.service"; wantedBy = [ "timers.target" ]; timerConfig = { OnCalendar = "*-*-* 03:00:00";