summary refs log tree commit diff
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-01-26 19:17:30 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2021-01-26 19:17:30 +0100
commit0b4d5b741baa91f583496acf9b135d00f87834cb (patch)
treebb61020df018aa87a3a4d680080d942c485e6861
parent966489a0312f80e4dd20189f885bc12d6723a9ac (diff)
downloadnixpkgs-0b4d5b741baa91f583496acf9b135d00f87834cb.tar
nixpkgs-0b4d5b741baa91f583496acf9b135d00f87834cb.tar.gz
nixpkgs-0b4d5b741baa91f583496acf9b135d00f87834cb.tar.bz2
nixpkgs-0b4d5b741baa91f583496acf9b135d00f87834cb.tar.lz
nixpkgs-0b4d5b741baa91f583496acf9b135d00f87834cb.tar.xz
nixpkgs-0b4d5b741baa91f583496acf9b135d00f87834cb.tar.zst
nixpkgs-0b4d5b741baa91f583496acf9b135d00f87834cb.zip
nixos/test/dnscrypt-wrapper: fix test
The test was broken by the inclusion of the default dnscrypt-proxy
configuration in e4c49db6.
-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 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";