summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usecases/common/dnscrypt.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/usecases/common/dnscrypt.nix b/usecases/common/dnscrypt.nix
index 4c71221..151f428 100644
--- a/usecases/common/dnscrypt.nix
+++ b/usecases/common/dnscrypt.nix
@@ -73,4 +73,9 @@ inputs:
73 }; 73 };
74 74
75 networking.resolvconf.useLocalResolver = true; 75 networking.resolvconf.useLocalResolver = true;
76
77 specialisation.defaultDNS.configuration = {
78 networking.resolvconf.useLocalResolver = lib.mkForce false;
79 services.dnscrypt-proxy2.enable = lib.mkForce false;
80 };
76} 81}