thinknix: disable broken tpm
tpm tpm0: A TPM error (714) occurred attempting to create NULL primary tpm tpm0: null key creation failed with 714
This commit is contained in:
parent
5a8b5a29a2
commit
62e5c673c5
1 changed files with 3 additions and 0 deletions
|
|
@ -33,4 +33,7 @@
|
||||||
# servers. You should change this only after NixOS release notes say you
|
# servers. You should change this only after NixOS release notes say you
|
||||||
# should.
|
# should.
|
||||||
system.stateVersion = "18.09"; # Did you read the comment?
|
system.stateVersion = "18.09"; # Did you read the comment?
|
||||||
|
|
||||||
|
# since 25.05, this broke and started to slow down system startup. tpm is currently not utilised on this host, so simply disable.
|
||||||
|
security.tpm2.enable = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue