hydra: change updater time

This commit is contained in:
Astro 2022-03-04 21:14:35 +01:00
parent 3e126d2d0e
commit 0bfde2fd49
1 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,8 @@
systemd.timers.updater = {
partOf = [ "updater.service" ];
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = "daily";
# update flake.lock daily at 10am so that systems are freshly
# built by afternoon
timerConfig.OnCalendar = "10:00";
};
}