nixos/iodine: fix typo in description
Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
parent
1addf1fd94
commit
dfa67635d6
@ -59,7 +59,7 @@ in
|
|||||||
relay = mkOption {
|
relay = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "";
|
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";
|
example = "8.8.8.8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user