hosts/plover: update and format Gitea repos on Terraform

This commit is contained in:
Gabriel Arazas 2025-03-01 17:28:01 +08:00
parent b906f42f45
commit 0692053a9f
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -63,6 +63,18 @@ resource "gitea_repository" "personal_projects_from_github" {
website = "https://foo-dogsquared.github.io/nixos-config" website = "https://foo-dogsquared.github.io/nixos-config"
interval = null interval = null
} }
nix-module-wrapper-manager-fds = {
website = "https://foo-dogsquared.github.io/nix-module-wrapper-manager-fds/"
interval = null
}
bahaghari = {
website = "https://foo-dogsquared.github.io/bahaghari"
interval = null
}
portfolio = {
website = "https://gallery.foodogsquared.one"
interval = null
}
}) })
name = each.key name = each.key
username = gitea_user.foodogsquared.username username = gitea_user.foodogsquared.username