services.timesyncd.settings.Time

NixOS option

Settings for systemd-timesyncd. See timesyncd.conf(5) for available options.

type: open submodule of attribute set of (systemd option)
Default
{ }
Example
{
  PollIntervalMaxSec = 180;
}
declared in: nixos/modules/system/boot/timesyncd.nixView source on NixOS/nixpkgs →