base/chrony: add opt for ntpServers, set default
This commit is contained in:
@@ -15,7 +15,7 @@ let
|
||||
cfg = config.chrony;
|
||||
in
|
||||
{
|
||||
options.network = {
|
||||
options.chrony = {
|
||||
ntpServers = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [
|
||||
|
||||
Reference in New Issue
Block a user