diff --git a/configuration.nix b/configuration.nix index f9f0c62..c706846 100644 --- a/configuration.nix +++ b/configuration.nix @@ -28,6 +28,9 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # kernel + boot.kernelPackages = pkgs.linuxPackages_latest; + # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Enable networking