diff --git a/hosts/hypr-nix/configuration.nix b/hosts/hypr-nix/configuration.nix index 9862a3e..c009588 100644 --- a/hosts/hypr-nix/configuration.nix +++ b/hosts/hypr-nix/configuration.nix @@ -24,7 +24,7 @@ boot.loader.grub.device = "/dev/nvme0n1"; boot.loader.grub.useOSProber = true; boot.initrd.kernelModules = [ "amdgpu" ]; - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages; boot.kernelParams = [ "cgroup_enable=cpuset,cpu,cpuacct,blkio,devices,freezer,net_cls,perf_event,net_prio,hugetlb,pids" ];