about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2022-05-06 00:22:46 -0700
committerZhaofeng Li <hello@zhaofeng.li>2022-05-27 15:18:43 -0700
commit6c4bfe583c0bb74ff62e29bce3818654242667ad (patch)
tree467c50e341d2ae4b58f7757f5967355d5084105a /pkgs/misc
parentd2aa5ff6e7c17887fabb08aebca40f45d60b7cea (diff)
nixos/infnoise: init
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/drivers/infnoise/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/misc/drivers/infnoise/default.nix b/pkgs/misc/drivers/infnoise/default.nix
index d8e4dd6597571..5bc32ba1ca028 100644
--- a/pkgs/misc/drivers/infnoise/default.nix
+++ b/pkgs/misc/drivers/infnoise/default.nix
@@ -37,9 +37,6 @@ stdenv.mkDerivation rec {
     longDescription = ''
       The Infinite Noise TRNG is a USB key hardware true random number generator.
       It can either provide rng for userland applications, or provide rng for the OS entropy.
-      Add the following to your system configuration for plug and play support, adding to the OS entropy:
-      systemd.packages = [ pkgs.infnoise ];
-      services.udev.packages = [ pkgs.infnoise ];
     '';
     license = licenses.cc0;
     maintainers = with maintainers; [ StijnDW zhaofengli ];