fix(nix/host/orion): use correct mullvad dns servers
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m10s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m10s
This commit is contained in:
parent
d2af7dab9c
commit
66ebdfef98
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user