diff options
| -rw-r--r-- | config/networking/services/dhcp.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
