mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-09 11:41:34 -05:00
10 lines
167 B
TOML
10 lines
167 B
TOML
[updates]
|
|
strategy = "periodic"
|
|
|
|
[updates.periodic]
|
|
time_zone = "America/Phoenix"
|
|
|
|
[[updates.periodic.window]]
|
|
days = [ "Sun" ]
|
|
start_time = "0:00"
|
|
length_minutes = 60 |