Files

8 lines
251 B
Plaintext
Raw Permalink Normal View History

2026-09-02 21:14:55 -04:00
# 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))}