Added Cyper Node 1 configuration

This commit is contained in:
2026-04-10 20:09:19 +02:00
parent 4fb35ddb5e
commit 90c1396ea5
5 changed files with 111 additions and 8 deletions

View File

@@ -146,6 +146,11 @@
hostName = "cyper-desktop";
system = "x86_64-linux";
};
"cyper-node-1" = mkSystem {
hostName = "cyper-node-1";
system = "x86_64-linux";
isServer = true;
};
};
darwinConfigurations."cyper-mac" = mkSystem {