summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-01-29 20:34:56 +0100
committerGitHub <noreply@github.com>2021-01-29 20:34:56 +0100
commit454da6cd6bb1938791d30bf72f6b9c93d674c458 (patch)
tree033967d9315396082bbde5d4868adaa519549bd9 /nixos
parentaa48e205a2e0516ff4b96c79eeb666aaaccd418c (diff)
parent0b4d5b741baa91f583496acf9b135d00f87834cb (diff)
Merge pull request #110871 from rnhmjoj/dnscrypt
nixos/test/dnscrypt-wrapper: fix test
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/dnscrypt-wrapper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/dnscrypt-wrapper/default.nix b/nixos/tests/dnscrypt-wrapper/default.nix
index d5c09172308c..1bdd064e1130 100644
--- a/nixos/tests/dnscrypt-wrapper/default.nix
+++ b/nixos/tests/dnscrypt-wrapper/default.nix
@@ -31,6 +31,7 @@ import ../make-test-python.nix ({ pkgs, ... }: {
client = { lib, ... }:
{ services.dnscrypt-proxy2.enable = true;
+ services.dnscrypt-proxy2.upstreamDefaults = false;
services.dnscrypt-proxy2.settings = {
server_names = [ "server" ];
static.server.stamp = "sdns://AQAAAAAAAAAAEDE5Mi4xNjguMS4xOjUzNTMgFEHYOv0SCKSuqR5CDYa7-58cCBuXO2_5uTSVU9wNQF0WMi5kbnNjcnlwdC1jZXJ0LnNlcnZlcg";