EHLO carlene

This commit is contained in:
Franzi 2023-07-13 20:09:04 +02:00
parent cff3fe558e
commit 40c90163ad
Signed by: kunsi
GPG key ID: 12E3D2136B818350

25
nodes/carlene.toml Normal file
View file

@ -0,0 +1,25 @@
hostname = "193.135.9.29"
groups = [
"debian-bookworm",
]
bundles = [
"zfs",
]
[metadata.interfaces.eno1]
ips = [
"193.135.9.29/24",
]
gateway4 = "193.135.9.1"
#gateway6 = ""
[[metadata.zfs.pools.tank.when_creating.config]]
devices = [
"/dev/nvme0n1p3",
"/dev/nvme1n1p3",
]
type = "mirror"
[metadata.vm]
cpu = 24
ram = 64