1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-13 00:00:20 +02:00
nixos-hardware/lenovo/legion/t526amr5/default.nix
Robin Wils 6e7667c75d
Add hardware config for lenovo t5 26amr5 (#938)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2024-05-19 19:19:36 +02:00

13 lines
172 B
Nix

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