xps16: re-enable latest kernel + IPU

This commit is contained in:
2025-11-30 22:02:25 +09:00
parent fddefdde61
commit 010472a7b6

View File

@@ -26,8 +26,6 @@
system.stateVersion = "24.11"; system.stateVersion = "24.11";
boot.kernelPackages = pkgs.linuxPackages_6_12;
boot.loader = { boot.loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
systemd-boot.enable = true; systemd-boot.enable = true;
@@ -101,7 +99,7 @@
enable32Bit = true; enable32Bit = true;
}; };
ipu6 = { ipu6 = {
enable = false; enable = true;
platform = "ipu6epmtl"; platform = "ipu6epmtl";
}; };
}; };