summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/nsd.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-03-07 00:54:38 +0100
committerProfpatsch <mail@profpatsch.de>2016-03-07 03:06:54 +0100
commit7f44b58609d6393f9716d187c7dc4f8f999b73e9 (patch)
treeef4945f0e101dfd1b88422564dbe2b3a35f9563e /nixos/modules/services/networking/nsd.nix
parenta917e3dcf6330336a871def8fd6f6925d6181131 (diff)
wheter → whether
Nice weather today, isn’t it?
Diffstat (limited to 'nixos/modules/services/networking/nsd.nix')
-rw-r--r--nixos/modules/services/networking/nsd.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/nixos/modules/services/networking/nsd.nix b/nixos/modules/services/networking/nsd.nix
index ca08bb57895a..333a3378c4cc 100644
--- a/nixos/modules/services/networking/nsd.nix
+++ b/nixos/modules/services/networking/nsd.nix
@@ -346,7 +346,7 @@ in
type = types.bool;
default = true;
description = ''
- Wheter NSD should answer VERSION.BIND and VERSION.SERVER CHAOS class queries.
+ Whether NSD should answer VERSION.BIND and VERSION.SERVER CHAOS class queries.
'';
};
@@ -378,7 +378,7 @@ in
type = types.bool;
default = true;
description = ''
- Wheter to listen on IPv4 connections.
+ Whether to listen on IPv4 connections.
'';
};
@@ -394,7 +394,7 @@ in
type = types.bool;
default = true;
description = ''
- Wheter to listen on IPv6 connections.
+ Whether to listen on IPv6 connections.
'';
};
@@ -434,7 +434,7 @@ in
type = types.bool;
default = pkgs.stdenv.isLinux;
description = ''
- Wheter to enable SO_REUSEPORT on all used sockets. This lets multiple
+ Whether to enable SO_REUSEPORT on all used sockets. This lets multiple
processes bind to the same port. This speeds up operation especially
if the server count is greater than one and makes fast restarts less
prone to fail
@@ -445,7 +445,7 @@ in
type = types.bool;
default = false;
description = ''
- Wheter if this server will be a root server (a DNS root server, you
+ Whether this server will be a root server (a DNS root server, you
usually don't want that).
'';
};
@@ -524,7 +524,7 @@ in
type = types.bool;
default = true;
description = ''
- Wheter to check mtime of all zone files on start and sighup.
+ Whether to check mtime of all zone files on start and sighup.
'';
};