From c7b7efb30112ce492569f8ddea591f14a5040f57 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Mon, 26 Jun 2023 22:01:08 +0200 Subject: networking: detach enp3s0 from wan --- config/networking/services/dhcp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/networking/services/dhcp.nix') diff --git a/config/networking/services/dhcp.nix b/config/networking/services/dhcp.nix index 360eb66..e625a4d 100644 --- a/config/networking/services/dhcp.nix +++ b/config/networking/services/dhcp.nix @@ -4,7 +4,7 @@ let nets = config.personal.networking.networks; in { services.kea.dhcp4 = { enable = true; - settings = let subnets = with nets; [ wan iot ]; + settings = let subnets = with nets; [ wan iot eth0 ]; in { interfaces-config.interfaces = builtins.map (network: network.interface) subnets; -- cgit v1.2.3