update server at more sensible time
This commit is contained in:
parent
3bf1d36512
commit
19d90a19b7
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
||||||
systemd.timers."update-from-flake" = {
|
systemd.timers."update-from-flake" = {
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "daily";
|
OnCalendar = "*-*-* 05:00:00";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue