From fe9eed0a7223cbb860861c4ae47798860317e0c1 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 8 Feb 2025 23:26:15 +1000 Subject: [PATCH] chode: remote secure postgres connection string --- docker.tf | 2 +- omada.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker.tf b/docker.tf index 71ca6a2..e58e4fb 100644 --- a/docker.tf +++ b/docker.tf @@ -2,7 +2,7 @@ resource "null_resource" "cloud_init_deb" { connection { type = "ssh" user = "root" - private_key = file("~/.ssh/homelab.comprofix.xyz") + private_key = file("~/.ssh/pve2.comprofix.xyz") host = "pve2.comprofix.xyz" agent = true } diff --git a/omada.tf b/omada.tf index 15df48b..106225c 100644 --- a/omada.tf +++ b/omada.tf @@ -9,7 +9,7 @@ resource "proxmox_lxc" "omada" { onboot = true start = true startup = "order=1000" - onboot = "true" + ssh_public_keys = <