Khanda: re-enable ipu6 as it no longer page faults (camera still doesn't work though :( )
This commit is contained in:
parent
a32aa34266
commit
704b0529e7
|
@ -72,14 +72,10 @@ in
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
/*
|
|
||||||
FIXME: temporarily disable due to conflict with kernel 6.12+
|
|
||||||
|
|
||||||
ipu6 = {
|
ipu6 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platform = "ipu6ep";
|
platform = "ipu6ep";
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Limit the number of cores Nix can use
|
# Limit the number of cores Nix can use
|
||||||
|
|
Loading…
Reference in a new issue