From 6a000a2a460ab01213d744ad294ba57f6c69ad7e Mon Sep 17 00:00:00 2001 From: William Date: Sat, 5 Oct 2024 19:02:57 -0300 Subject: [PATCH] fix boot on io --- hosts/desktops/io.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/hosts/desktops/io.nix b/hosts/desktops/io.nix index 1de7d9d..57322cc 100644 --- a/hosts/desktops/io.nix +++ b/hosts/desktops/io.nix @@ -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"