(bug): moved parameter

This commit is contained in:
Harry 2024-08-25 12:49:10 +02:00
parent 62acd3389b
commit 9c47e497d0

View file

@ -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";
};
};
}