summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-03-10 14:59:59 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2017-03-10 18:54:44 +0100
commitc6da2c7c2bec396fe5557d08d595a2f75fea98fc (patch)
tree126214b996e476a3929deda46995f7b74c570fd6 /nixos/modules/services/networking
parentc863aa384e1a6237380afffd0feaf28b48983a23 (diff)
downloadnixlib-c6da2c7c2bec396fe5557d08d595a2f75fea98fc.tar
nixlib-c6da2c7c2bec396fe5557d08d595a2f75fea98fc.tar.gz
nixlib-c6da2c7c2bec396fe5557d08d595a2f75fea98fc.tar.bz2
nixlib-c6da2c7c2bec396fe5557d08d595a2f75fea98fc.tar.lz
nixlib-c6da2c7c2bec396fe5557d08d595a2f75fea98fc.tar.xz
nixlib-c6da2c7c2bec396fe5557d08d595a2f75fea98fc.tar.zst
nixlib-c6da2c7c2bec396fe5557d08d595a2f75fea98fc.zip
nixos/dnscrypt-proxy: use example.com in example values
It is the canonical example domain after all.
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/dnscrypt-proxy.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/dnscrypt-proxy.nix b/nixos/modules/services/networking/dnscrypt-proxy.nix
index 8e9747b29667..824995099639 100644
--- a/nixos/modules/services/networking/dnscrypt-proxy.nix
+++ b/nixos/modules/services/networking/dnscrypt-proxy.nix
@@ -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 {