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

lastFile:routers/default.nix
This commit is contained in:
2026-05-05 10:38:20 +07:00
parent 13a0fb8f0d
commit 6743b13b4d
+4
View File
@@ -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; };
};
};
}