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;