Revert "Speed up dhcpcd"

This reverts commit 302863b446.
This commit is contained in:
coolneng 2020-08-20 21:16:10 +02:00
parent a74b24ae50
commit ba6d7c264d
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 7 deletions

View File

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