mirror of
https://github.com/TommyTran732/Fedora-CoreOS-Ignition.git
synced 2025-06-07 18:04:43 +02:00
10 lines
203 B
TOML
10 lines
203 B
TOML
[updates]
|
|
strategy = "periodic"
|
|
|
|
[updates.periodic]
|
|
time_zone = "localtime"
|
|
|
|
[[updates.periodic.window]]
|
|
days = [ "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun" ]
|
|
start_time = "3:00"
|
|
length_minutes = 60 |