From 73c8797dfc157d3fa639b0ce3cb7711d08fc491b Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 9 Nov 2025 04:24:23 +0100 Subject: [PATCH] Fix vm ethernet interface name --- nodes/testing/talos-vm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/testing/talos-vm.yaml b/nodes/testing/talos-vm.yaml index 351fd95..f9a922d 100644 --- a/nodes/testing/talos-vm.yaml +++ b/nodes/testing/talos-vm.yaml @@ -1,4 +1,4 @@ serial: talos-vm -interface: eth0 +interface: enp1s0 ip: 192.168.1.2 type: "controlplane"