WhiteHouse router configuration

This commit is contained in:
2025-10-16 14:53:41 +07:00
parent e4bf326191
commit be25560858
6 changed files with 174 additions and 1 deletions

9
routers/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{ inputs, ... }:
{
flake.legacyPackages = {
whitehouse-router = import "${inputs.liminix}/default.nix" {
device = (import "${inputs.liminix}/devices/gl-ar750");
liminix-config = import ./white-house/configuration.nix { inherit inputs; };
};
};
}