From 704b0529e7cf59d80bca594bfdb93b9549105b18 Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 4 Jan 2025 12:07:58 -0500 Subject: [PATCH] Khanda: re-enable ipu6 as it no longer page faults (camera still doesn't work though :( ) --- .../x86_64-linux/Khanda/hardware-configuration.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/systems/x86_64-linux/Khanda/hardware-configuration.nix b/systems/x86_64-linux/Khanda/hardware-configuration.nix index e96e978..c5a7b83 100644 --- a/systems/x86_64-linux/Khanda/hardware-configuration.nix +++ b/systems/x86_64-linux/Khanda/hardware-configuration.nix @@ -72,14 +72,10 @@ in hardware = { cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - /* - FIXME: temporarily disable due to conflict with kernel 6.12+ - - ipu6 = { - enable = true; - platform = "ipu6ep"; - }; - */ + ipu6 = { + enable = true; + platform = "ipu6ep"; + }; }; # Limit the number of cores Nix can use