hosts/carbon: Disable dhcpd as it behaves weird
This commit is contained in:
parent
0a97c381ff
commit
a5928d3337
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user