diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 5f2c25e..64003e4 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -51,7 +51,7 @@ "/home/.snapshot-latest/motiejus/annex2" "/home/.snapshot-latest/motiejus/.config/syncthing" ]; - backup_at = "*-*-* 00:05:00"; + backup_at = "*-*-* 00:05:00 UTC"; }; }; }; diff --git a/modules/services/deployerbot/default.nix b/modules/services/deployerbot/default.nix index 67571a9..f9e0919 100644 --- a/modules/services/deployerbot/default.nix +++ b/modules/services/deployerbot/default.nix @@ -68,11 +68,11 @@ ''; }; - #systemd.timers.deployerbot = { - # description = "deployerbot-main timer"; - # wantedBy = ["timers.target"]; - # timerConfig.OnCalendar = ""; - #}; + systemd.timers.deployerbot = { + description = "deployerbot-main timer"; + wantedBy = ["timers.target"]; + timerConfig.OnCalendar = "*-*-* 00:30:00 UTC"; + }; mj.base.unitstatus.units = ["deployerbot"];