From c3e45054b98a2b5bf0840e1b70ae6e5e262c24ab Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 18 Feb 2024 14:49:59 +0100 Subject: [PATCH] Fix some programs not opening correctly. --- nixos/modules/dns-over-https.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; }; }; }