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

lastFile:routers/default.nix
This commit is contained in:
2025-10-10 14:56:18 +07:00
parent 1ca5dbf775
commit 2772ed7ce1
2 changed files with 147 additions and 0 deletions

View File

@@ -17,5 +17,9 @@
liminix-config = import ./routers/vanilla/configuration.nix { inherit inputs; };
device = (import "${inputs.liminix}/devices/gl-mt300a/default.nix");
};
fax-router = import "${inputs.liminix}default.nix" {
device = (import "${inputs.liminix}/devices/gl-ar750");
liminix-config = import ./fax-router/configuration.nix { inherit inputs; };
};
};
}