summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/config/networking.nix')
-rw-r--r--nixos/modules/config/networking.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/config/networking.nix b/nixos/modules/config/networking.nix
index c09588834cf1..dba8977e482c 100644
--- a/nixos/modules/config/networking.nix
+++ b/nixos/modules/config/networking.nix
@@ -58,6 +58,7 @@ in
"2.nixos.pool.ntp.org"
"3.nixos.pool.ntp.org"
];
+ type = types.listOf types.str;
description = ''
The set of NTP servers from which to synchronise.
'';
@@ -194,8 +195,7 @@ in
'';
# /etc/netgroup: Network-wide groups.
- netgroup.text = mkDefault ''
- '';
+ netgroup.text = mkDefault "";
# /etc/host.conf: resolver configuration file
"host.conf".text = ''