mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-08 12:09:40 +01:00
6e7667c75d
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
12 lines
172 B
Nix
12 lines
172 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../../common/cpu/amd
|
|
../../../common/gpu/nvidia
|
|
../../../common/pc/ssd
|
|
];
|
|
|
|
# TPM2 module
|
|
security.tpm2.enable = true;
|
|
}
|