hosts/xps16: enable ipu6
This commit is contained in:
parent
f3727dc392
commit
b3cd1f66f0
@ -76,6 +76,9 @@
|
|||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# ipu6 does not compile on latest yet
|
||||||
|
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
@ -85,9 +88,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
};
|
};
|
||||||
# ipu6 = {
|
ipu6 = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# platform = "ipu6epmtl";
|
platform = "ipu6epmtl";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user