Add TPM2 support

This commit is contained in:
2025-06-09 12:41:32 -04:00
parent 3a84898308
commit 279e97d215

View File

@@ -81,7 +81,7 @@
users.users.chase = { users.users.chase = {
isNormalUser = true; isNormalUser = true;
description = "Chase"; description = "Chase";
extraGroups = ["networkmanager" "wheel"]; extraGroups = ["networkmanager" "tss" "wheel"];
}; };
# Install git and enable cache # Install git and enable cache
@@ -198,4 +198,10 @@
}; };
}; };
}; };
security.tpm2 = {
enable = true;
pkcs11.enable = true;
tctiEnvironment.enable = true;
};
} }