summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-03-09 02:51:46 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-03-09 02:59:30 +0100
commite3ae435aad201ed5a4e0de551f20a77582a550e3 (patch)
tree64011ba8b80fb173d4c064a55792e6cada9fb405 /nixos
parentd92bb56f74f216f90d111e79afa39ef6e7888900 (diff)
downloadnixlib-e3ae435aad201ed5a4e0de551f20a77582a550e3.tar
nixlib-e3ae435aad201ed5a4e0de551f20a77582a550e3.tar.gz
nixlib-e3ae435aad201ed5a4e0de551f20a77582a550e3.tar.bz2
nixlib-e3ae435aad201ed5a4e0de551f20a77582a550e3.tar.lz
nixlib-e3ae435aad201ed5a4e0de551f20a77582a550e3.tar.xz
nixlib-e3ae435aad201ed5a4e0de551f20a77582a550e3.tar.zst
nixlib-e3ae435aad201ed5a4e0de551f20a77582a550e3.zip
dnscrypt-proxy service: fix default resolver name
The "opendns" resolver has changed name to "cisco", causing the default
dnscrypt-proxy configuration to fail.
Diffstat (limited to 'nixos')
-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 c724ee979c2d..9082c5e78921 100644
--- a/nixos/modules/services/networking/dnscrypt-proxy.nix
+++ b/nixos/modules/services/networking/dnscrypt-proxy.nix
@@ -49,7 +49,7 @@ in
         '';
       };
       resolverName = mkOption {
-        default = "opendns";
+        default = "cisco";
         type = types.nullOr types.string;
         description = ''
           The name of the upstream DNSCrypt resolver to use. See