summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/iodine.nix
diff options
context:
space:
mode:
authorsymphorien <symphorien@users.noreply.github.com>2020-02-05 19:42:27 +0000
committerGitHub <noreply@github.com>2020-02-05 19:42:27 +0000
commitdfa67635d62973c9b8c0dc1ef3e55cd7eadd35c8 (patch)
tree4f170df3075b20b4aa16fd2e88d28ffa805af381 /nixos/modules/services/networking/iodine.nix
parent1addf1fd9404d89adbbb26f6460d9c46f24ffe1c (diff)
nixos/iodine: fix typo in description
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
Diffstat (limited to 'nixos/modules/services/networking/iodine.nix')
-rw-r--r--nixos/modules/services/networking/iodine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/iodine.nix b/nixos/modules/services/networking/iodine.nix
index 1a18976372d0..07b325d5b346 100644
--- a/nixos/modules/services/networking/iodine.nix
+++ b/nixos/modules/services/networking/iodine.nix
@@ -59,7 +59,7 @@ in
relay = mkOption {
type = types.str;
default = "";
- description = "DNS server to use as a intermediate relay to the iodined server";
+ description = "DNS server to use as an intermediate relay to the iodined server";
example = "8.8.8.8";
};