From cdb48aa9d90b9fa9453ba437208deec89a9da649 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:53:09 -0500 Subject: [PATCH] adding hostname to netbird config --- downloader.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/downloader.tf b/downloader.tf index ecec530..a77aa67 100644 --- a/downloader.tf +++ b/downloader.tf @@ -51,6 +51,7 @@ resource "proxmox_lxc" "downloader" { resource "netbird_peer" "downloader" { id = "d0vt71jl0ubs73a72kb0" + hostname = "downloader" ssh_enabled = false name = "homelab" inactivity_expiration_enabled = false