hosts/xps16: use stable kernel

This commit is contained in:
2025-11-05 08:43:57 +09:00
parent fe4a25d447
commit 6d5deb059c

View File

@@ -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;