fix(nix/host/orion): use correct mullvad dns servers
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m10s

This commit is contained in:
Price Hiller 2024-05-29 05:48:02 +00:00
parent d2af7dab9c
commit 66ebdfef98
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -39,7 +39,7 @@ in
enable = true;
domains = [ "~." ];
extraConfig = ''
DNS=2a07:e340::2:853#dns.mullvad.net 194.242.2.2#dns.mullvad.net
DNS=2a07:e340::2#dns.mullvad.net 194.242.2.2#dns.mullvad.net
FallbackDNS=1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com
Cache=yes
CacheFromLocalhost=no
@ -53,4 +53,4 @@ in
wireless.iwd.enable = true;
useNetworkd = true;
};
}
}