1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-09-19 14:14:43 -04:00
Fedora-CoreOS-Ignition/etc/zincati/config.d/55-updates-strategy.toml
Tommy f7a8f005b6
Let zincati use "localtime" because TZ is alr MST
Signed-off-by: Tommy <contact@tommytran.io>
2024-02-07 12:22:24 -07:00

10 lines
161 B
TOML

[updates]
strategy = "periodic"
[updates.periodic]
time_zone = "localtime"
[[updates.periodic.window]]
days = [ "Sun" ]
start_time = "0:00"
length_minutes = 60