forked from Fediversity/Fediversity
update mastodon host
This commit is contained in:
parent
182106cd89
commit
3270cc89e7
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