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.net-heimnetz.useDHCP = true;
|
||||||
networking.interfaces.ppp-dtagdsl.useDHCP = true;
|
|
||||||
|
|
||||||
networking.dhcpcd = {
|
networking.dhcpcd = {
|
||||||
enable = true;
|
enable = false;
|
||||||
allowInterfaces = [
|
allowInterfaces = [
|
||||||
"net-heimnetz"
|
"net-heimnetz"
|
||||||
"ppp-dtagdsl"
|
"ppp-dtagdsl"
|
||||||
|
Loading…
Reference in New Issue
Block a user