diff --git a/machines/levitation/configuration.nix b/machines/levitation/configuration.nix index a99cdfc..a16b074 100644 --- a/machines/levitation/configuration.nix +++ b/machines/levitation/configuration.nix @@ -68,13 +68,6 @@ # TPM setup security = { tpm2 = { enable = true; }; }; - boot = { - initrd = { - kernelModules = [ "tpm_crb" ]; - systemd = { enable = true; }; - }; - kernelParams = [ "crypt-pv.luks.options=tpm2-device=auto" ]; - }; # Install gamescope environment.systemPackages =