nix ready, cleaner setup

This commit is contained in:
2025-09-02 23:24:14 +02:00
parent eae471a9d5
commit ed228c1936
7 changed files with 96 additions and 41 deletions

View File

@@ -3,10 +3,10 @@ machine:
interfaces:
# we select the first interface and give it a virtual IP.
- deviceSelector:
busPath: "0*"
physical: true
dhcp: true
vip:
ip: 192.168.1.222
ip: 192.168.5.0
nameservers:
- 8.8.8.8
@@ -15,4 +15,3 @@ machine:
cluster:
allowSchedulingOnControlPlanes: true