mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
small changes
This commit is contained in:
parent
e9c0fef856
commit
d64d2bce9e
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ provider "hcloud" {
|
||||||
|
|
||||||
resource "hcloud_server" {
|
resource "hcloud_server" {
|
||||||
name = "athena"
|
name = "athena"
|
||||||
type = "cax11"
|
type = "cx32"
|
||||||
image = "debian-12"
|
image = "debian-12"
|
||||||
datacenter = "nbg1-dc3"
|
datacenter = "nbg1-dc3"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue