networking, chrony, ntpd, timesyncd: add timeServers option type
This commit is contained in:
@@ -16,6 +16,7 @@ with lib;
|
||||
};
|
||||
servers = mkOption {
|
||||
default = config.networking.timeServers;
|
||||
type = types.listOf types.str;
|
||||
description = ''
|
||||
The set of NTP servers from which to synchronise.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user