about summary refs log tree commit diff
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2021-02-21 01:34:56 +0100
committernicoo <nicoo@mur.at>2021-02-21 01:34:56 +0100
commitd7c15d0eece59a3cf779ac9fa871c7f88f27cf9d (patch)
tree224d717cb1b0fdf8b2a92fb27e336dbd326781ab
parentc8dcbfc0478796ae7fd592eafa72ba90bba1656d (diff)
nixos/hyperv-guest: rngd was removed, no need to disable it
-rw-r--r--nixos/modules/virtualisation/hyperv-guest.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/virtualisation/hyperv-guest.nix b/nixos/modules/virtualisation/hyperv-guest.nix
index 105224b896492..a3656c307f963 100644
--- a/nixos/modules/virtualisation/hyperv-guest.nix
+++ b/nixos/modules/virtualisation/hyperv-guest.nix
@@ -40,8 +40,6 @@ in {
 
     environment.systemPackages = [ config.boot.kernelPackages.hyperv-daemons.bin ];
 
-    security.rngd.enable = false;
-
     # enable hotadding cpu/memory
     services.udev.packages = lib.singleton (pkgs.writeTextFile {
       name = "hyperv-cpu-and-memory-hotadd-udev-rules";