summaryrefslogtreecommitdiff
path: root/config/networking
diff options
context:
space:
mode:
Diffstat (limited to 'config/networking')
-rw-r--r--config/networking/services/dhcp.nix2
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;