summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/toaster/network/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/toaster/network/default.nix b/hosts/toaster/network/default.nix
index 0bf35e9..48a6f8a 100644
--- a/hosts/toaster/network/default.nix
+++ b/hosts/toaster/network/default.nix
@@ -1,4 +1,4 @@
-{ lib, config, pkgs, ... }: {
+{ lib, pkgs, ... }: {
imports = [
./mullvad.nix
./dumpdvb.nix
@@ -21,7 +21,7 @@
services.resolved = {
enable = true;
- dnssec = "allow-downgrade";
+ dnssec = "false";
fallbackDns = [
"9.9.9.9"
"2620:fe::fe"