chore: where possible, use nebula
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
{
|
{
|
||||||
deployment = {
|
deployment = {
|
||||||
inherit (v) tags;
|
inherit (v) tags;
|
||||||
targetHost = v.ts;
|
targetHost = if (v ? "nebulaIp") then v.nebulaIp else v.ts;
|
||||||
targetUser = "greg";
|
targetUser = "greg";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -36,8 +36,9 @@
|
|||||||
"nebulaIp": "10.157.0.2"
|
"nebulaIp": "10.157.0.2"
|
||||||
},
|
},
|
||||||
"hermes": {
|
"hermes": {
|
||||||
|
"external": true,
|
||||||
"ip": "10.42.1.18",
|
"ip": "10.42.1.18",
|
||||||
"mac": "BC:24:11:EF:3B:94",
|
"mac": "BC:24:11:E4:72:AB",
|
||||||
"nebulaIp": "10.157.0.8",
|
"nebulaIp": "10.157.0.8",
|
||||||
"pubkey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILFYyzz/9i5rXprCQj9IL1ulrbQ6E9BOSeOcvf4D/b0G",
|
"pubkey": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILFYyzz/9i5rXprCQj9IL1ulrbQ6E9BOSeOcvf4D/b0G",
|
||||||
"system": "x86_64-linux",
|
"system": "x86_64-linux",
|
||||||
|
|||||||
Reference in New Issue
Block a user