From 328c52e751267342bc86a2c8f9de2eca0edf8bb3 Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 18 Aug 2022 21:47:38 +1000 Subject: [PATCH] latest kernel --- system/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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.