added forgejo runner
All checks were successful
/ test (push) Successful in 1s

This commit is contained in:
Jermeiah S 2025-06-19 16:56:31 -04:00
parent 4d00251994
commit b5837067a6
No known key found for this signature in database

View file

@ -48,3 +48,17 @@ resource "incus_instance" "observer-tofu" {
}
}
}
resource "incus_instance" "forgejo-runner-tofu" {
name = "observer-tofu"
image = "images:nixos/25.05/amd64"
profiles = [
incus_profile.d.name
]
config = {
"limits.cpu" = 4
"limits.memory" = "8GiB"
}
}