routers/whitehouse-2: init whitehouse-2 as an AP

This commit is contained in:
2026-05-07 10:52:05 +07:00
parent 6a29794575
commit c030b045a2
3 changed files with 102 additions and 0 deletions
+4
View File
@@ -5,5 +5,9 @@
device = (import "${inputs.liminix}/devices/gl-ar750");
liminix-config = import ./white-house/configuration.nix { inherit inputs; };
};
whitehouse-router-2 = import "${inputs.liminix}/default.nix" {
device = (import "${inputs.liminix}/devices/gl-ar750");
liminix-config = import ./white-house-2/configuration.nix { inherit inputs; };
};
};
}