From 92b0bec038f4ea55ba64deec7202f9f6ea038ef2 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 7 Feb 2024 23:48:10 +0000 Subject: [PATCH] rotuer: add schnapps and the rest of the lan interfaces --- examples/rotuer.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/rotuer.nix b/examples/rotuer.nix index 8b28ad4..3b51780 100644 --- a/examples/rotuer.nix +++ b/examples/rotuer.nix @@ -42,6 +42,7 @@ in rec { ../modules/hostapd ../modules/bridge ../modules/ntp + ../modules/schnapps ../modules/ssh ../modules/outputs/btrfs.nix ../modules/outputs/extlinux.nix @@ -84,7 +85,12 @@ in rec { members = with config.hardware.networkInterfaces; [ wlan wlan5 - lan ]; + lan0 + lan1 + lan2 + lan3 + lan4 + ]; }; services.ntp = svc.ntp.build {