From 63c0bb570eac320edcfc515b38d1340444b69fff Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 12 Jul 2025 21:21:25 -0600 Subject: [PATCH] zen kernel broken --- hosts/workstation/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/workstation/hardware-configuration.nix b/hosts/workstation/hardware-configuration.nix index 4637d76..f4d7632 100644 --- a/hosts/workstation/hardware-configuration.nix +++ b/hosts/workstation/hardware-configuration.nix @@ -48,7 +48,7 @@ "preempt=full" "microcode.amd_sha_check=off" ]; - kernelPackages = pkgs.linuxPackages_zen; + kernelPackages = pkgs.linuxPackages; kernel.sysctl = { "vm.swappiness" = 80; "net.ipv4.tcp_mtu_probing" = 1;