forked from fediversity/fediversity
update hosts
This commit is contained in:
parent
19fe0af24f
commit
baa9b8871b
1 changed files with 4 additions and 4 deletions
|
|
@ -11,11 +11,11 @@ module "nixos" {
|
||||||
config_tf = each.value.config_tf
|
config_tf = each.value.config_tf
|
||||||
|
|
||||||
for_each = { for name, inst in {
|
for_each = { for name, inst in {
|
||||||
wiki = "vm02187"
|
# wiki = "vm02187" # does not resolve
|
||||||
forgejo = "vm02116"
|
# forgejo = "vm02116" # does not resolve
|
||||||
# TODO: move these to a separate `host` dir
|
# TODO: move these to a separate `host` dir
|
||||||
dns = "fedi200"
|
# dns = "fedi200" # does not accept root user
|
||||||
demo = "fedi201"
|
fedipanel = "fedi201"
|
||||||
} : name => {
|
} : name => {
|
||||||
hostname = inst
|
hostname = inst
|
||||||
config_tf = {
|
config_tf = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue