sgx: disable tpm2

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 11:03:35 +01:00
parent a0dbd474a4
commit f2a664275b

View file

@ -124,8 +124,6 @@ with lib.plusultra;
}; };
security = { security = {
tpm2.enable = lib.mkDefault true;
tpm2.abrmd.enable = lib.mkDefault true;
sudo = { sudo = {
enable = true; enable = true;
wheelNeedsPassword = false; wheelNeedsPassword = false;