Add hardware config for lenovo t5 26amr5 (#938)

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Robin Wils
2024-05-19 19:19:36 +02:00
committed by GitHub
parent 1a1fa391d5
commit 6e7667c75d
4 changed files with 14 additions and 0 deletions

View File

View File

@@ -0,0 +1,12 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/amd
../../../common/gpu/nvidia
../../../common/pc/ssd
];
# TPM2 module
security.tpm2.enable = true;
}