networking.timeServers

NixOS option

The set of NTP servers from which to synchronise.

type: list of string
Default
[
  "0.nixos.pool.ntp.org"
  "1.nixos.pool.ntp.org"
  "2.nixos.pool.ntp.org"
  "3.nixos.pool.ntp.org"
]
declared in: nixos/modules/config/networking.nixView source on NixOS/nixpkgs →