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 14:59:59 +01:00
parent c863aa384e
commit c6da2c7c2b
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -121,7 +121,7 @@ in
name = mkOption {
type = types.str;
description = "Fully qualified domain name";
example = "2.dnscrypt-cert.opendns.com";
example = "2.dnscrypt-cert.example.com";
};
key = mkOption {