mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
Add hardware config for lenovo t5 26amr5 (#938)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
0
lenovo/legion/t526amr5/README.md
Normal file
0
lenovo/legion/t526amr5/README.md
Normal file
12
lenovo/legion/t526amr5/default.nix
Normal file
12
lenovo/legion/t526amr5/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/amd
|
||||
../../../common/gpu/nvidia
|
||||
../../../common/pc/ssd
|
||||
];
|
||||
|
||||
# TPM2 module
|
||||
security.tpm2.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user