From a5b9c6eab55d986a84b8316f56f447e083de7b01 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 17 Jan 2026 23:59:52 +0900 Subject: [PATCH] hosts/xps16: use stable kernel again --- hosts/xps16/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) 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;