nixos/networking: remove dns workaround
This commit is contained in:
parent
2e03a4c4d1
commit
983f8c8a3d
1 changed files with 0 additions and 6 deletions
|
@ -1,12 +1,6 @@
|
||||||
{
|
{
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
|
|
||||||
# FIXME: for some reason nslookup is not working
|
|
||||||
networking.nameservers = [
|
|
||||||
"223.5.5.5"
|
|
||||||
"223.6.6.6"
|
|
||||||
];
|
|
||||||
|
|
||||||
### https://wiki.archlinux.org/title/Sysctl#Improving_performance
|
### https://wiki.archlinux.org/title/Sysctl#Improving_performance
|
||||||
boot.kernelModules = [ "tcp_bbr" ];
|
boot.kernelModules = [ "tcp_bbr" ];
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue