machines/stellio: a new whitehouse router that uses clanService/router from cnx-network

This commit is contained in:
2026-09-23 15:31:57 +07:00
parent fa95098b7e
commit 9b8d15d583
81 changed files with 1215 additions and 17 deletions
+6 -1
View File
@@ -2,6 +2,7 @@
imports = [
./personal-computer.nix
./emmie.nix
./router.nix
];
clan = {
inventory = {
@@ -16,7 +17,10 @@
"deneb"
"bosona"
];
w = [ "sirius" ];
w = [
"sirius"
"stellio"
];
b4l = [
"rigel"
"rana"
@@ -520,6 +524,7 @@
almach.settings = {
exporters.smartctl = { };
};
stellio.settings.exporters.smartctl = { };
};
};