mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
(bug): moved parameter
This commit is contained in:
parent
62acd3389b
commit
9c47e497d0
1 changed files with 1 additions and 1 deletions
|
@ -77,12 +77,12 @@
|
||||||
|
|
||||||
systemd.timers."borgmatic" = {
|
systemd.timers."borgmatic" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
Unit = "borgmatic.service";
|
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "*-*-* 03:00:00";
|
OnCalendar = "*-*-* 03:00:00";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
WakeSystem = true;
|
WakeSystem = true;
|
||||||
|
Unit = "borgmatic.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue