Speed up dhcpcd

This commit is contained in:
2020-08-03 01:37:45 +02:00
parent 084ca7060c
commit 302863b446

View File

@@ -43,4 +43,11 @@
openFirewall = false;
startWhenNeeded = true;
};
# Speed up dhcpcd
networking.dhcpcd.extraConfig = ''
timeout 1
noarp
nodelay
'';
}