Separate networking configuration
This commit is contained in:
parent
f7925692ec
commit
918d38d4ea
1 changed files with 13 additions and 13 deletions
|
@ -24,19 +24,19 @@
|
||||||
nftables = {
|
nftables = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dnssec = "true";
|
dnssec = "true";
|
||||||
domains = ["~."];
|
domains = ["~."];
|
||||||
fallbackDns = [
|
fallbackDns = [
|
||||||
"9.9.9.9#dns.quad9.net"
|
"9.9.9.9#dns.quad9.net"
|
||||||
"149.112.112.112#dns.quad9.net"
|
"149.112.112.112#dns.quad9.net"
|
||||||
"2620:fe::fe#dns.quad9.net"
|
"2620:fe::fe#dns.quad9.net"
|
||||||
"2620:fe::9#dns.quad9.net"
|
"2620:fe::9#dns.quad9.net"
|
||||||
];
|
];
|
||||||
dnsovertls = "true";
|
dnsovertls = "true";
|
||||||
llmnr = "true";
|
llmnr = "true";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue