From 9c570593b8e61f65961345350ad738f175d67558 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Thu, 30 May 2024 19:48:27 +0200 Subject: dhcp: disable eth0 --- config/networking/services/dhcp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/networking') diff --git a/config/networking/services/dhcp.nix b/config/networking/services/dhcp.nix index d27bbce..87ffc08 100644 --- a/config/networking/services/dhcp.nix +++ b/config/networking/services/dhcp.nix @@ -11,7 +11,7 @@ in { services.kea.dhcp4 = { enable = true; settings = let - subnets = with nets; [wan iot eth0]; + subnets = with nets; [wan iot]; in { interfaces-config = { interfaces = builtins.map (network: network.interface) subnets; -- cgit v1.2.3