From fb8c4bb47c4e75155f645d8db770d71b748e7fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 4 Oct 2025 13:29:53 +0800 Subject: [PATCH] firefox: disable DoH to use system wide one --- nix/homeModules/common/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index f282c657..d15d0246 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -25,7 +25,7 @@ in { DisplayMenuBar = "never"; DisplayBookmarksToolbar = "never"; DNSOverHTTPS = { - Enabled = true; + Enabled = false; }; };