From 6743b13b4ddfb451f39e6b41e999b296e04e8728 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Tue, 5 May 2026 10:38:20 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:routers/default.nix --- routers/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/routers/default.nix b/routers/default.nix index 0c5d3c5..7f7df24 100644 --- a/routers/default.nix +++ b/routers/default.nix @@ -5,5 +5,9 @@ device = (import "${inputs.liminix}/devices/gl-ar750"); liminix-config = import ./white-house/configuration.nix { inherit inputs; }; }; + whitehouse-router-2 = import "${inputs.liminix}/default.nix" { + device = (import "${inputs.liminix}/devices/gl-ar750"); + liminix-config = import ./white-house-2/configuration.nix { inherit inputs; }; + }; }; }