diff --git a/profiles/boot.nix b/profiles/boot.nix index 31200c6..6ac8915 100644 --- a/profiles/boot.nix +++ b/profiles/boot.nix @@ -4,7 +4,7 @@ { config, lib, pkgs, inputs, ... }: { - boot.kernelPackages = pkgs.unstable.linuxPackages_latest; + #boot.kernelPackages = pkgs.unstable.linuxPackages_latest; boot.loader = { grub = { enable = true;