fix: we need to roll our own versions of tpm2-tools and tpm2-tss

This commit is contained in:
Lars Sjöström 2025-02-27 08:59:01 +01:00
parent 57f83bd4ac
commit aa4f69d891
No known key found for this signature in database
8 changed files with 162 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }:
let
version = "6.13.2";
version = "6.13.4";
in
pkgs.linuxPackagesFor (
pkgs.linuxManualConfig {
@ -8,7 +8,7 @@ pkgs.linuxPackagesFor (
modDirVersion = version;
src = pkgs.fetchurl {
url = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${version}.tar.xz";
hash = "sha256-zfYpgZBru+lwGutzxPn8yAegmEbCiHMWY9YnF+0a5wU=";
hash = "sha256-uA4LyO+8MenOWoTRCE3Mz6QOAb6ozCWv0GZIuT1hM54=";
};
configfile = ./generic.config;
allowImportFromDerivation = true;

View file

@ -2213,6 +2213,7 @@ CONFIG_TCG_CRB=y
CONFIG_TCG_TIS_CORE=y
CONFIG_TCG_TIS=y
CONFIG_TCG_TPM=y
CONFIG_TCG_TPM2_HMAC=y
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BBR=y
CONFIG_TCP_CONG_CUBIC=y