1
0
Fork 0

Khanda: re-enable ipu6 as it no longer page faults (camera still doesn't work though :( )

This commit is contained in:
Aires 2025-01-04 12:07:58 -05:00
parent a32aa34266
commit 704b0529e7

View file

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