1
0

hosts/carbon: Disable dhcpd as it behaves weird

This commit is contained in:
clerie 2024-08-24 17:19:38 +02:00
parent 0a97c381ff
commit a5928d3337
Signed by: clerie
GPG Key ID: BD9F56480870BAD2

View File

@ -58,10 +58,9 @@
'';
networking.interfaces.net-heimnetz.useDHCP = true;
networking.interfaces.ppp-dtagdsl.useDHCP = true;
networking.dhcpcd = {
enable = true;
enable = false;
allowInterfaces = [
"net-heimnetz"
"ppp-dtagdsl"