mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
(bug): moved parameter
This commit is contained in:
parent
62acd3389b
commit
9c47e497d0
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue