Added cyper-controller

This commit is contained in:
2026-04-13 11:38:59 +02:00
parent f2bac477e4
commit cf6c20c730
3 changed files with 105 additions and 0 deletions

View File

@@ -145,6 +145,12 @@
system = "x86_64-linux";
};
"cyper-controller" = mkSystem {
hostName = "cyper-controller";
system = "x86_64-linux";
isServer = true;
};
"cyper-node-1" = mkSystem {
hostName = "cyper-node-1";
system = "x86_64-linux";