qemu-guest.nix: Disable rngd

This gets rid of a zillion "rngd[N]: read error" messages during boot.
This commit is contained in:
Eelco Dolstra 2016-02-23 11:51:19 +01:00
parent 474d5a7bd0
commit 806b27a297

View file

@ -14,4 +14,6 @@
# to the *boot time* of the host).
hwclock -s
'';
security.rngd.enable = false;
}