fix boot on io
This commit is contained in:
parent
27c9e3459f
commit
6a000a2a46
1 changed files with 3 additions and 6 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue