summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/networking/dnscrypt-proxy.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-01-13 11:48:11 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-01-13 12:04:31 +0100
commit3bcf8ae8795ede9909df07fb97e049442b38c231 (patch)
treee6d3a37896e3655726c2dff6946f7c37ceaa821f /nixos/modules/services/networking/dnscrypt-proxy.nix
parentb9f6dfe8c5c8da09b6c2d8a8e168bdcf50a0aabd (diff)
nixos manuals: bring back package references
This reverts most of 89e983786a, as those references are sanitized now. Fixes #10039, at least most of it. The `sane` case wasn't fixed, as it calls a *function* in pkgs to get the default value.
Diffstat (limited to 'nixos/modules/services/networking/dnscrypt-proxy.nix')
-rw-r--r--nixos/modules/services/networking/dnscrypt-proxy.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/dnscrypt-proxy.nix b/nixos/modules/services/networking/dnscrypt-proxy.nix
index 218bce2dbb31..c724ee979c2d 100644
--- a/nixos/modules/services/networking/dnscrypt-proxy.nix
+++ b/nixos/modules/services/networking/dnscrypt-proxy.nix
@@ -52,7 +52,10 @@ in
default = "opendns";
type = types.nullOr types.string;
description = ''
- The name of the upstream DNSCrypt resolver to use.
+ The name of the upstream DNSCrypt resolver to use. See
+ <literal>${resolverListFile}</literal> for alternative resolvers
+ (e.g., if you are concerned about logging and/or server
+ location).
'';
};
customResolver = mkOption {