From 010472a7b66638f7044529e3b632aeb7ffb1e23c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 30 Nov 2025 22:02:25 +0900 Subject: [PATCH] xps16: re-enable latest kernel + IPU --- hosts/xps16/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index 3979c62..15384bf 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -26,8 +26,6 @@ system.stateVersion = "24.11"; - boot.kernelPackages = pkgs.linuxPackages_6_12; - boot.loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; @@ -101,7 +99,7 @@ enable32Bit = true; }; ipu6 = { - enable = false; + enable = true; platform = "ipu6epmtl"; }; };