diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index 1780b8f..db71c25 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -27,6 +27,8 @@ system.stateVersion = "24.11"; + boot.kernelPackages = pkgs.linuxPackages; + boot.loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true;