services.timesyncd.fallbackServers

NixOS option

The set of fallback NTP servers from which to synchronise. Setting this option to an empty list will write FallbackNTP= to the timesyncd.conf file as opposed to setting this option to null which will remove FallbackNTP= entirely. See timesyncd.conf(5) for details.

type: null or (list of string)
Default
config.networking.timeServers
declared in: nixos/modules/system/boot/timesyncd.nixView source on NixOS/nixpkgs →