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

nixos/timesyncd: further document services.timesyncd.servers
This commit is contained in:
Florian Klink 2024-03-18 20:08:22 +02:00 committed by GitHub
commit 70d7abc09c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {