Added Cyper Node 2
This commit is contained in:
@@ -144,11 +144,18 @@
|
||||
hostName = "cyper-desktop";
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
|
||||
"cyper-node-1" = mkSystem {
|
||||
hostName = "cyper-node-1";
|
||||
system = "x86_64-linux";
|
||||
isServer = true;
|
||||
};
|
||||
|
||||
"cyper-node-2" = mkSystem {
|
||||
hostName = "cyper-node-2";
|
||||
system = "x86_64-linux";
|
||||
isServer = true;
|
||||
};
|
||||
};
|
||||
|
||||
darwinConfigurations."cyper-mac" = mkSystem {
|
||||
|
||||
Reference in New Issue
Block a user