nixos-hardware/lenovo/thinkpad/x230/common.nix

9 lines
101 B
Nix

{
imports = [
../.
../../../common/cpu/intel
];
boot.kernelModules = [ "tpm-rng" ];
}