x220: drop security.rngd.enable = true, it's by default
This commit is contained in:
parent
b8ab6ab37f
commit
1133ce7d83
|
@ -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