mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-30 06:49:43 +01:00
x220: drop security.rngd.enable = true, it's by default
This commit is contained in:
parent
b8ab6ab37f
commit
1133ce7d83
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
||||||
{
|
{
|
||||||
imports = [ ../intel.nix ];
|
imports = [ ../intel.nix ];
|
||||||
|
|
||||||
# TPM chip countains a RNG
|
|
||||||
security.rngd.enable = true;
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelModules = [ "tp_smapi" ];
|
kernelModules = [ "tp_smapi" ];
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ tp_smapi ];
|
extraModulePackages = with config.boot.kernelPackages; [ tp_smapi ];
|
||||||
|
|
Loading…
Reference in a new issue