diff --git a/hosts/leonard/configuration.nix b/hosts/leonard/configuration.nix index ff7b9c8..4ae30de 100644 --- a/hosts/leonard/configuration.nix +++ b/hosts/leonard/configuration.nix @@ -23,6 +23,7 @@ boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; + boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; networking = { hostName = "leonard";