1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00

x220: drop security.rngd.enable = true, it's by default

This commit is contained in:
Yegor Timoshenko 2017-12-22 17:15:09 +00:00
parent b8ab6ab37f
commit 1133ce7d83
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210

View File

@ -3,9 +3,6 @@
{
imports = [ ../intel.nix ];
# TPM chip countains a RNG
security.rngd.enable = true;
boot = {
kernelModules = [ "tp_smapi" ];
extraModulePackages = with config.boot.kernelPackages; [ tp_smapi ];