chore: where possible, use nebula

This commit is contained in:
Greg Hellings
2026-07-25 12:05:07 -05:00
parent b3304c0ef5
commit 7388715d30
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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",