1
0
Fork 0

update mastodon host

This commit is contained in:
kiara Grouwstra 2025-04-05 16:03:01 +02:00
parent 7aa3e5f064
commit 771ae0ea6e
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -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