diff --git a/nixos/modules/dns-over-https.nix b/nixos/modules/dns-over-https.nix index 11553fa..ec6d79b 100644 --- a/nixos/modules/dns-over-https.nix +++ b/nixos/modules/dns-over-https.nix @@ -23,7 +23,7 @@ minisign_key = "RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3"; }; # use mullvad dns server - server_names = [ "mullvad-base-doh" ]; + server_names = [ "mullvad-doh" ]; }; }; }