nixos/dnscrypt-proxy: use example.com in example values
It is the canonical example domain after all.
This commit is contained in:
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user