From 6d5deb059c2448f0e47b3078b03bba37697f2814 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 5 Nov 2025 08:43:57 +0900 Subject: [PATCH] hosts/xps16: use stable kernel --- hosts/xps16/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index 5e65a0f..3979c62 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -26,7 +26,7 @@ system.stateVersion = "24.11"; - boot.kernelPackages = pkgs.linuxPackages_6_15; + boot.kernelPackages = pkgs.linuxPackages_6_12; boot.loader = { efi.canTouchEfiVariables = true;