mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
Move to mullvad DNS
This commit is contained in:
parent
ab079b9766
commit
3403022403
1 changed files with 1 additions and 4 deletions
|
|
@ -4,14 +4,11 @@ in {
|
|||
networking = {
|
||||
networkmanager.dns = mkForce "none";
|
||||
nameservers = [
|
||||
"9.9.9.9"
|
||||
"194.242.2.2#dns.mullvad.net"
|
||||
];
|
||||
};
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
fallbackDns = [
|
||||
"9.9.9.9"
|
||||
];
|
||||
domains = ["~."];
|
||||
dnssec = "true";
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue