Added some basic talos config patches and secrets

This commit is contained in:
2025-11-08 03:49:48 +01:00
parent 21f98dd5e3
commit ba3db01cb4
8 changed files with 31 additions and 0 deletions

11
patches/network.yaml Normal file
View File

@@ -0,0 +1,11 @@
---
machine:
network:
interfaces:
- interface: eth0
dhcp: false
addresses:
- 192.168.1.2
routes:
- network: 0.0.0.0/0
gateway: 192.168.1.1