diff options
author | Karel Kočí <cynerd@email.cz> | 2022-10-28 09:57:18 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-10-28 09:57:18 +0200 |
commit | 8ffb2fa1a27fdce06aa0b108c212bf31ae104685 (patch) | |
tree | 073afb19f5963f5db99ef06c230c2fa471d37977 /nixos | |
parent | 0e5fb4a7eec85ef44e71eaea649d110a72fcb2aa (diff) | |
download | nixos-personal-8ffb2fa1a27fdce06aa0b108c212bf31ae104685.tar.gz nixos-personal-8ffb2fa1a27fdce06aa0b108c212bf31ae104685.tar.bz2 nixos-personal-8ffb2fa1a27fdce06aa0b108c212bf31ae104685.zip |
spt-mox: kernel modules load moved to nixturris and fixed switch
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/machine/spt-mox.nix | 7 |
1 files changed, 1 insertions, 6 deletions
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 = { |