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

lastFile:routers/white-house-2/secrets.nix
This commit is contained in:
2026-05-07 10:51:03 +07:00
parent 6a29794575
commit a8ad9bba43
3 changed files with 102 additions and 0 deletions
+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; };
};
};
}