mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
fixed typo
This commit is contained in:
parent
e2b6e2a6a2
commit
62acd3389b
|
@ -77,7 +77,7 @@
|
|||
|
||||
systemd.timers."borgmatic" = {
|
||||
enable = true;
|
||||
unit = "borgmatic.service";
|
||||
Unit = "borgmatic.service";
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 03:00:00";
|
||||
|
|
Loading…
Reference in a new issue