diff --git a/config/hosts/imxyy-nix-server/hardware.nix b/config/hosts/imxyy-nix-server/hardware.nix index 9efb570..913bf50 100644 --- a/config/hosts/imxyy-nix-server/hardware.nix +++ b/config/hosts/imxyy-nix-server/hardware.nix @@ -18,7 +18,7 @@ in ]; boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "kvm-amd" ]; - boot.kernelPackages = lib.mkForce pkgs.stable.linuxKernel.packages.linux_zen; + boot.kernelPackages = lib.mkForce pkgs.linuxKernel.packages.linux_zen; boot.extraModulePackages = [ ]; boot.tmp.useTmpfs = true; boot.supportedFilesystems = [ "zfs" ];