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

lastFile:routers/white-house/secrets.nix
This commit is contained in:
2025-10-14 12:34:54 +07:00
parent 095ac56aed
commit 1066e09b49
3 changed files with 123 additions and 2 deletions

View File

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