networking, chrony, ntpd, timesyncd: add timeServers option type
This commit is contained in:
@@ -41,6 +41,7 @@ in
|
||||
|
||||
servers = mkOption {
|
||||
default = config.networking.timeServers;
|
||||
type = types.listOf types.str;
|
||||
description = ''
|
||||
The set of NTP servers from which to synchronise.
|
||||
'';
|
||||
|
||||
@@ -79,6 +79,7 @@ in
|
||||
|
||||
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