services.timesyncd.servers

NixOS option

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

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