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" = {
|
systemd.timers."borgmatic" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
unit = "borgmatic.service";
|
Unit = "borgmatic.service";
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "*-*-* 03:00:00";
|
OnCalendar = "*-*-* 03:00:00";
|
||||||
|
|
Loading…
Reference in a new issue