diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 603af1a..6ed22dc 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -73,7 +73,7 @@ "tailscale" "private/soju" ]; - backup_at = "*-*-* 00:01:00 UTC"; + backup_at = "*-*-* 01:00:00 UTC"; } { mountpoint = "/var/lib"; @@ -89,7 +89,7 @@ "tailscale" "private/soju" ]; - backup_at = "*-*-* 00:01:00 UTC"; + backup_at = "*-*-* 01:00:00 UTC"; } # TODO: merge @@ -101,7 +101,7 @@ "+ caddy/access-jakstys.lt.log-*.zst" "- *" ]; - backup_at = "*-*-* 00:02:00 UTC"; + backup_at = "*-*-* 01:01:00 UTC"; } { mountpoint = "/var/log"; @@ -111,7 +111,7 @@ "+ caddy/access-jakstys.lt.log-*.zst" "- *" ]; - backup_at = "*-*-* 00:02:00 UTC"; + backup_at = "*-*-* 01:01:00 UTC"; } # TODO merge @@ -122,7 +122,7 @@ "motiejus/annex2" "motiejus/.config/syncthing" ]; - backup_at = "*-*-* 00:05:00 UTC"; + backup_at = "*-*-* 01:05:00 UTC"; } { mountpoint = "/home"; @@ -131,7 +131,7 @@ "motiejus/annex2" "motiejus/.config/syncthing" ]; - backup_at = "*-*-* 00:05:00 UTC"; + backup_at = "*-*-* 01:05:00 UTC"; } ]; }; diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index 2647cf5..500cc2e 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -103,10 +103,7 @@ in { systemd.timers.deployerbot = { description = "deployerbot-main timer"; wantedBy = ["timers.target"]; - # 15:38 UTC was the latest merge that I have observed since - # making the commit by looking at 3 commits of this repo. - # Let's try to be optimistic. - timerConfig.OnCalendar = "*-*-* 23:30:00 UTC"; + timerConfig.OnCalendar = "*-*-* 22:00:00 UTC"; }; mj.base.unitstatus.units = ["deployerbot"];