diff --git a/nix/os/profiles/common/boot.nix b/nix/os/profiles/common/boot.nix index 3d035cc..3d2d00c 100644 --- a/nix/os/profiles/common/boot.nix +++ b/nix/os/profiles/common/boot.nix @@ -3,7 +3,7 @@ }: { - boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernelPackages = pkgs.linuxPackages; boot.loader.grub = { efiSupport = true; efiInstallAsRemovable = false;