From 0b4d5b741baa91f583496acf9b135d00f87834cb Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 26 Jan 2021 19:17:30 +0100 Subject: nixos/test/dnscrypt-wrapper: fix test The test was broken by the inclusion of the default dnscrypt-proxy configuration in e4c49db6. --- nixos/tests/dnscrypt-wrapper/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/dnscrypt-wrapper/default.nix b/nixos/tests/dnscrypt-wrapper/default.nix index d5c09172308..1bdd064e113 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"; -- cgit 1.4.1