From cf6f02f1693f62bac6d2ff581cb5c2acce362355 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Sat, 28 Dec 2024 22:42:03 -0500 Subject: [PATCH] Update 192.168.42.12.sops.yaml.j2 --- .../main/talos/192.168.42.12.sops.yaml.j2 | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/kubernetes/main/talos/192.168.42.12.sops.yaml.j2 b/kubernetes/main/talos/192.168.42.12.sops.yaml.j2 index 0391d29438b38..3f6ecda88ae5f 100644 --- a/kubernetes/main/talos/192.168.42.12.sops.yaml.j2 +++ b/kubernetes/main/talos/192.168.42.12.sops.yaml.j2 @@ -37,15 +37,16 @@ machine: diskSelector: model: Samsung SSD 870 extraKernelArgs: - - i915.enable_guc=3 # Meteor Lake CPU / iGPU - - apparmor=0 # Less security, faster puter - - init_on_alloc=0 # Less security, faster puter - - init_on_free=0 # Less security, faster puter - - intel_iommu=on # PCI Passthrough - - iommu=pt # PCI Passthrough - - mitigations=off # Less security, faster puter - - module_blacklist=igc # Disable onboard NIC - - security=none # Less security, faster puter + - i915.enable_guc=3 # Meteor Lake CPU / iGPU + - apparmor=0 # Less security, faster puter + - init_on_alloc=0 # Less security, faster puter + - init_on_free=0 # Less security, faster puter + - intel_iommu=on # PCI Passthrough + - iommu=pt # PCI Passthrough + - mitigations=off # Less security, faster puter + - module_blacklist=igc # Disable onboard NIC + - security=none # Less security, faster puter + - sysctl.kernel.kexec_load_disabled=1 # Meteor Lake CPU / iGPU # i915-ucode, intel-ucode, mei, thunderbolt image: factory.talos.dev/installer/de3b865124c5616da8084826167f8c0b0fbc9b905b146290db797024e84097fc:{{ ENV.TALOS_VERSION }} wipe: false @@ -71,7 +72,6 @@ machine: sysctls: fs.inotify.max_user_watches: 1048576 # Watchdog fs.inotify.max_user_instances: 8192 # Watchdog - kernel.kexec_load_disabled: 1 # Meteor Lake CPU / iGPU net.core.default_qdisc: fq # 10Gb/s net.core.rmem_max: 67108864 # 10Gb/s | Cloudflared / QUIC net.core.wmem_max: 67108864 # 10Gb/s | Cloudflared / QUIC