8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
# Ref: https://docs.siderolabs.com/talos/latest/reference/configuration/network/timesyncconfig
|
|
|
|
apiVersion: v1alpha1
|
|
kind: TimeSyncConfig
|
|
enabled: true
|
|
# bootTimeout: "infinity"
|
|
ntp:
|
|
servers: ${jsonencode(concat(ipv4_ntp_servers, ipv6_ntp_servers))} |