aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {