diff --git a/config-patches/machine/weyma-talos-testw05/hostname.yaml b/config-patches/machine/weyma-talos-testw05/hostname.yaml new file mode 100755 index 0000000..6289d66 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw05/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-testw05" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-testw05/network.yaml b/config-patches/machine/weyma-talos-testw05/network.yaml new file mode 100755 index 0000000..69949c1 --- /dev/null +++ b/config-patches/machine/weyma-talos-testw05/network.yaml @@ -0,0 +1,10 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "00:16:3e:21:fd:34" + dhcp: true + - deviceSelector: + hardwareAddr: "00:16:3e:86:5f:76" + dhcp: true + mtu: 9000 \ No newline at end of file