aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-10-28 09:57:18 +0200
committerKarel Kočí <cynerd@email.cz>2022-10-28 09:57:18 +0200
commit8ffb2fa1a27fdce06aa0b108c212bf31ae104685 (patch)
tree073afb19f5963f5db99ef06c230c2fa471d37977 /nixos
parent0e5fb4a7eec85ef44e71eaea649d110a72fcb2aa (diff)
downloadnixos-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.nix7
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 = {