forked from Fediversity/Fediversity
update mastodon host
This commit is contained in:
parent
7aa3e5f064
commit
771ae0ea6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue