aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/adm-omnia2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/adm-omnia2.nix')
-rw-r--r--nixos/machine/adm-omnia2.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/machine/adm-omnia2.nix b/nixos/machine/adm-omnia2.nix
index be55d54..f534a21 100644
--- a/nixos/machine/adm-omnia2.nix
+++ b/nixos/machine/adm-omnia2.nix
@@ -9,8 +9,8 @@ with lib; {
cynerd = {
wifiAP.adm = {
enable = true;
- ar9287.interface = "wlp3s0";
- qca988x.interface = "wlp2s0";
+ ar9287.interface = "wlp2s0";
+ qca988x.interface = "wlp1s0";
};
};
@@ -18,7 +18,7 @@ with lib; {
vlans = {
"brlan.guest" = {
interface = "brlan";
- id = 100;
+ id = 2; # TODO later use 100
};
};
bridges = {