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