aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-mox2.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-09-27 10:22:35 +0200
committerKarel Kočí <cynerd@email.cz>2022-09-27 10:22:35 +0200
commit73d836119b82fa976ddaf7b5b5048f9b2e7a4002 (patch)
tree766a5189679dc677152e611055f8b735e1c886c7 /nixos/machine/spt-mox2.nix
parent7b5f6bd95230c4eaac16d3fc2f02365497bd63d7 (diff)
downloadnixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.tar.gz
nixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.tar.bz2
nixos-personal-73d836119b82fa976ddaf7b5b5048f9b2e7a4002.zip
Playing around with Mox with new U-Boot
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"
];
};
};