update hosts

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

View file

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