mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 18:08:38 +08:00
x220: drop security.rngd.enable = true, it's by default
This commit is contained in:
@@ -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 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user