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;