From 7533d3e065299d0efbd279238fd470d26c9a5fcd Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 19 Jul 2025 18:54:14 -0400 Subject: [PATCH] add weyma-talos-cp04 --- config-patches/machine/weyma-talos-cp04/hostname.yaml | 3 +++ config-patches/machine/weyma-talos-cp04/network.yaml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 config-patches/machine/weyma-talos-cp04/hostname.yaml create mode 100644 config-patches/machine/weyma-talos-cp04/network.yaml diff --git a/config-patches/machine/weyma-talos-cp04/hostname.yaml b/config-patches/machine/weyma-talos-cp04/hostname.yaml new file mode 100644 index 0000000..c8f92e2 --- /dev/null +++ b/config-patches/machine/weyma-talos-cp04/hostname.yaml @@ -0,0 +1,3 @@ +machine: + network: + hostname: "weyma-talos-cp04" \ No newline at end of file diff --git a/config-patches/machine/weyma-talos-cp04/network.yaml b/config-patches/machine/weyma-talos-cp04/network.yaml new file mode 100644 index 0000000..efb836d --- /dev/null +++ b/config-patches/machine/weyma-talos-cp04/network.yaml @@ -0,0 +1,6 @@ +machine: + network: + interfaces: + - deviceSelector: + hardwareAddr: "dc:a6:32:95:0f:cb" + dhcp: true \ No newline at end of file