nixos/dnscrypt-proxy: use example.com in example values

It is the canonical example domain after all.
This commit is contained in:
Joachim Fasting
2017-03-10 18:54:44 +01:00
parent c863aa384e
commit c6da2c7c2b
@@ -121,7 +121,7 @@ in
name = mkOption { name = mkOption {
type = types.str; type = types.str;
description = "Fully qualified domain name"; description = "Fully qualified domain name";
example = "2.dnscrypt-cert.opendns.com"; example = "2.dnscrypt-cert.example.com";
}; };
key = mkOption { key = mkOption {