diff options
| author | Grisha Shipunov | 2025-02-15 16:38:10 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-02-15 17:35:51 +0100 |
| commit | f72c2e676cd4d498a92a7d4897f1b9fe72e327cb (patch) | |
| tree | af921b052f3754f966bf89919ce61bb2442cb456 /hosts | |
| parent | 73df58ccb08aeb44ff7f2b5324762533d5be9ec0 (diff) | |
dnssec is annoying
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/toaster/network/default.nix | 4 |
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" |
