From 8ffb2fa1a27fdce06aa0b108c212bf31ae104685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 28 Oct 2022 09:57:18 +0200 Subject: spt-mox: kernel modules load moved to nixturris and fixed switch --- nixos/machine/spt-mox.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'nixos') diff --git a/nixos/machine/spt-mox.nix b/nixos/machine/spt-mox.nix index 84f610e..5af8bff 100644 --- a/nixos/machine/spt-mox.nix +++ b/nixos/machine/spt-mox.nix @@ -6,11 +6,6 @@ with lib; config = { - boot.initrd.kernelModules = [ - "armada_37xx_wdt" - "mv88e6xxx" "dsa_core" "tag_dsa" "bridge" "hsr" - ]; - networking.wirelessAP = { enable = true; environmentFile = "/run/secrets/hostapd.env"; @@ -52,7 +47,7 @@ with lib; bridges = { brlan = { interfaces = [ - "eth0" # "lan1" "lan2" "lan3" "lan4" + "eth0" "lan1" "lan2" "lan3" "lan4" ]; }; brguest = { -- cgit v1.2.3