aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-mox2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/spt-mox2.nix')
-rw-r--r--nixos/machine/spt-mox2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/machine/spt-mox2.nix b/nixos/machine/spt-mox2.nix
index 65748fb..982cc50 100644
--- a/nixos/machine/spt-mox2.nix
+++ b/nixos/machine/spt-mox2.nix
@@ -61,12 +61,12 @@ with lib;
bridges = {
brlan = {
interfaces = [
- "eth0" #"mlan0" "wlp1s0"
+ "eth0" "wlp1s0" #"mlan0"
];
};
brguest = {
interfaces = [
- "eth0.2" #"mlan0host" "wlp1s0host"
+ "eth0.2" "wlp1s0host" #"mlan0host"
];
};
};