mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
restic hourly
This commit is contained in:
parent
518918df16
commit
1ef20556f1
2 changed files with 3 additions and 3 deletions
|
|
@ -34,9 +34,9 @@
|
|||
"--exclude-caches"
|
||||
];
|
||||
timerConfig = {
|
||||
OnCalendar = "daily";
|
||||
OnCalendar = "hourly";
|
||||
Persistent = true;
|
||||
RandomizedDelaySec = "5h";
|
||||
RandomizedDelaySec = "5m";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
config = {
|
||||
# Wait for network to be online
|
||||
systemd.services.NetworkManager-wait-online.enable = true;
|
||||
# systemd.services.NetworkManager-wait-online.enable = true;
|
||||
|
||||
# Service dependencies
|
||||
systemd.services.sonarr.after = [ "network-online.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue