hardware only

This commit is contained in:
Joseph Hanson 2024-12-11 07:38:03 -06:00
parent 941e0819b6
commit 5db2a450ae

View file

@ -24,6 +24,12 @@ nodes:
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
- hostname: frodo - hostname: frodo
disableSearchDomain: true disableSearchDomain: true
@ -34,6 +40,12 @@ nodes:
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
- hostname: sam - hostname: sam
disableSearchDomain: true disableSearchDomain: true
@ -44,6 +56,12 @@ nodes:
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
- hostname: pippin - hostname: pippin
disableSearchDomain: true disableSearchDomain: true
@ -54,16 +72,39 @@ nodes:
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
- hostname: merry - hostname: merry
disableSearchDomain: true disableSearchDomain: true
ipAddress: 10.1.1.66 ipAddress: 10.1.1.66
controlPlane: false controlPlane: false
installDiskSelector: installDiskSelector:
busPath: /pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/ wwid: eui.0025385381b04243
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
patches:
- |-
machine:
sysctls:
net.core.bpf_jit_harden: 1
kernelModules:
- name: nvidia
- name: nvidia_uvm
- name: nvidia_drm
- name: nvidia_modeset
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/amd-ucode
- siderolabs/nonfree-kmod-nvidia-production
- siderolabs/nvidia-container-toolkit-production
- hostname: rosie - hostname: rosie
disableSearchDomain: true disableSearchDomain: true
@ -74,16 +115,18 @@ nodes:
networkInterfaces: networkInterfaces:
- interface: eno1 - interface: eno1
dhcp: true dhcp: true
schematic:
customization:
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
worker: worker:
schematic: schematic:
customization: customization:
extraKernelArgs: extraKernelArgs:
- net.ifnames=1 - net.ifnames=1
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
patches: patches:
# hugepages # hugepages
- &hugepages |- - &hugepages |-
@ -173,10 +216,6 @@ controlPlane:
customization: customization:
extraKernelArgs: extraKernelArgs:
- net.ifnames=1 - net.ifnames=1
systemExtensions:
officialExtensions:
- siderolabs/intel-ucode
- siderolabs/i915-ucode
patches: patches:
# hugepages # hugepages
- *hugepages - *hugepages