update hosts

This commit is contained in:
Kiara Grouwstra 2025-04-21 21:12:53 +02:00
parent 4232ae5b61
commit c9f65d3ddf
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -11,11 +11,11 @@ module "nixos" {
config_tf = each.value.config_tf
for_each = { for name, inst in {
wiki = "vm02187"
forgejo = "vm02116"
# wiki = "vm02187" # does not resolve
# forgejo = "vm02116" # does not resolve
# TODO: move these to a separate `host` dir
dns = "fedi200"
demo = "fedi201"
# dns = "fedi200" # does not accept root user
fedipanel = "fedi201"
} : name => {
hostname = inst
config_tf = {