mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/clan/gw-router/omada.nix
This commit is contained in:
2026-08-11 13:59:26 +07:00
parent 3f5ded44af
commit 1f45fff740
2 changed files with 49 additions and 0 deletions
+6
View File
@@ -114,6 +114,12 @@
};
};
enableOmada = lib.mkOption {
type = lib.types.bool;
default = false;
description = "TP-Link Omada SDN controller (podman container)";
};
vlans = lib.mkOption {
type = lib.types.attrsOf (lib.types.submodule vlanModule);
description = "VLANs setup for this router";