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 = {
inherit (v) tags;
targetHost = v.ts;
targetHost = if (v ? "nebulaIp") then v.nebulaIp else v.ts;
targetUser = "greg";
};
}