diff --git a/system/configuration.nix b/system/configuration.nix index 9f3ace9..9c492bd 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -20,6 +20,7 @@ boot.loader.timeout = 3; boot.loader.efi.canTouchEfiVariables = true; boot.plymouth.enable = true; + boot.kernelPackages = pkgs.linuxPackages_latest; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.