Unverified Commit 70d7abc0 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

Merge pull request #296924 from flokli/document-servers-empty-fallback

nixos/timesyncd: further document services.timesyncd.servers
parents 3d231621 78d8e2ca
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ with lib;
        type = types.listOf types.str;
        description = lib.mdDoc ''
          The set of NTP servers from which to synchronise.
          Note if this is set to an empty list, the defaults systemd itself is
          compiled with ({0..4}.nixos.pool.ntp.org) apply,
          In case you want to disable timesyncd altogether, use the `enable` option.
        '';
      };
      extraConfig = mkOption {