diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-06-08 19:38:25 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-06-08 19:38:25 +0200 |
| commit | 20dc8e5c5e24cea8d643726504b59166e987031a (patch) | |
| tree | 0057ea161b60a811d7887bf8a0b15fc34db6f4ff /config/networking/services/dhcp.nix | |
| parent | 9c570593b8e61f65961345350ad738f175d67558 (diff) | |
networking: dhcp: add bridge around enp3s0
Diffstat (limited to 'config/networking/services/dhcp.nix')
| -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 87ffc08..d27bbce 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]; + subnets = with nets; [wan iot eth0]; in { interfaces-config = { interfaces = builtins.map (network: network.interface) subnets; |
