fix boot on io

This commit is contained in:
William 2024-10-05 19:02:57 -03:00
parent 27c9e3459f
commit 6a000a2a46

View file

@ -1,9 +1,4 @@
{ { pkgs, ... }:
config,
pkgs,
lib,
...
}:
let let
cml-ucm-conf = pkgs.alsa-ucm-conf.overrideAttrs { cml-ucm-conf = pkgs.alsa-ucm-conf.overrideAttrs {
@ -40,6 +35,8 @@ in
}; };
boot = { boot = {
# TODO check if future kernel versions fix boot issue with systemd initrd with tpm
initrd.systemd.tpm2.enable = false;
kernelParams = [ kernelParams = [
"nosgx" "nosgx"
"i915.fastboot=1" "i915.fastboot=1"