Fix ip and disk type for nas hosts

This commit is contained in:
Timo Makinen 2025-06-18 16:08:47 +00:00
parent 5560d81a8a
commit 6e7aea1b22
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
mem_size: 8192
num_cpus: 2
datadisks:
- {size: 500, type: nvme}
- {size: 500, type: hdd}
- {size: 50, type: nvme}
firewall_in:

View file

@ -6,6 +6,6 @@ network_interfaces:
mac: 52:54:00:ac:dc:34
- device: eth1
vlan: 30
ipaddr: 172.20.30.11
ipaddr: 172.20.30.32
netmask: 255.255.255.0
proto: static