feat(router0-dmz0): AP with dynamic vlan filtering on central bridge

This commit is contained in:
steveej 2023-12-26 16:18:33 +01:00
parent 8bcb433257
commit c0a8792af7
5 changed files with 189 additions and 126 deletions

View file

@ -1,11 +1,10 @@
{
system ? "aarch64-linux",
nodeName,
repoFlake,
nodeFlake,
...
}: let
system = "aarch64-linux";
in {
}: {
meta.nodeSpecialArgs.${nodeName} = {
inherit repoFlake nodeName nodeFlake system;
packages' = repoFlake.packages.${system};