From b3cd1f66f053fa4b64daef84d3904846ca777169 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 8 Dec 2024 14:59:34 +0100 Subject: [PATCH] hosts/xps16: enable ipu6 --- hosts/xps16/configuration.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index 764c0fd..956a329 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -76,6 +76,9 @@ blueman.enable = true; }; + # ipu6 does not compile on latest yet + boot.kernelPackages = pkgs.linuxPackages_6_11; + hardware = { bluetooth.enable = true; enableRedistributableFirmware = true; @@ -85,9 +88,9 @@ enable = true; enable32Bit = true; }; - # ipu6 = { - # enable = true; - # platform = "ipu6epmtl"; - # }; + ipu6 = { + enable = true; + platform = "ipu6epmtl"; + }; }; }