nixos/test/dnscrypt-wrapper: fix test

The test was broken by the inclusion of the default dnscrypt-proxy
configuration in e4c49db6.
wip/yesman
rnhmjoj 3 years ago
parent 966489a031
commit 0b4d5b741b
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 1
      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";

Loading…
Cancel
Save