From a5928d3337f9c9a5724670ae55cd651658d8bdac Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 24 Aug 2024 17:19:38 +0200 Subject: [PATCH] hosts/carbon: Disable dhcpd as it behaves weird --- hosts/carbon/ppp.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/carbon/ppp.nix b/hosts/carbon/ppp.nix index 55c1e93..1de2f19 100644 --- a/hosts/carbon/ppp.nix +++ b/hosts/carbon/ppp.nix @@ -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"