added forgejo runner

This commit is contained in:
Jermeiah S 2025-06-19 16:56:31 -04:00
parent 4d00251994
commit 2a9eeb19b5
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 = "forgejo-runner-tofu"
image = "images:nixos/25.05/amd64"
profiles = [
incus_profile.d.name
]
config = {
"limits.cpu" = 4
"limits.memory" = "8GiB"
}
}