From 3270cc89e74b2aed63c0d3998198a140fa1420a1 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sat, 5 Apr 2025 16:03:01 +0200 Subject: [PATCH] update mastodon host --- launch/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/main.tf b/launch/main.tf index 3fd5a5b5..3e8a3355 100644 --- a/launch/main.tf +++ b/launch/main.tf @@ -65,7 +65,7 @@ module "mastodon" { source = "./vm" count = var.mastodon.enable ? 1 : 0 domain = var.domain - hostname = "test02" + hostname = "test06" config = "mastodon" initialUser = var.initialUser nixos-anywhere = var.nixos-anywhere