nixos/iodine: fix typo in description

Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
symphorien
2020-02-05 19:42:27 +00:00
committed by GitHub
parent 1addf1fd94
commit dfa67635d6

View File

@@ -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";
};