dotfiles/home-manager/modules/firefox/config/settings/proxy.nix

7 lines
162 B
Nix
Raw Normal View History

2024-11-09 16:44:23 -06:00
{
# DNS / DoH / PROXY / SOCKS
"network.proxy.socks_remote_dns" = true;
"network.file.disable_unc_paths" = true;
"network.gio.supported-protocols" = "";
}