From 948dbff72e3ed2362fb464e9a2427a8d8e2fd211 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 10 May 2025 18:41:44 +0100 Subject: [PATCH] refactor build --- hosts/hypr-nix/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];