From 2b54d7907f94f8dff29a9417be11a2d26526c77c Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Fri, 1 May 2026 15:58:30 +0200 Subject: [PATCH] Use latest kernel on Gandalf --- systems/gandalf/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/gandalf/default.nix b/systems/gandalf/default.nix index 9bf736b..2803dae 100644 --- a/systems/gandalf/default.nix +++ b/systems/gandalf/default.nix @@ -25,6 +25,8 @@ ../modules/openscad.nix ../modules/bambu-studio-flatpak.nix ]; + + boot.kernelPackages = pkgs.linuxPackages_latest; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;