From 8e77897e327147a86eff34ea28ed591b4dcfc2ef Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Sun, 2 Aug 2026 19:42:05 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20216=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-08-02=2019:41=2026.05.20260724.597283a=20(Yarara)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update to latest kernel. --- system/core/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/core/boot.nix b/system/core/boot.nix index e4bebb4..11b0c43 100644 --- a/system/core/boot.nix +++ b/system/core/boot.nix @@ -3,7 +3,7 @@ { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.kernelPackages = pkgs.linuxPackages; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelModules = [ "uinput" ]; system.nixos.label = "niri-v.1.1"; environment.pathsToLink = [ "/libexec" ];