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 @@
|
|||
{
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue