qemu-guest.nix: Disable rngd
This gets rid of a zillion "rngd[N]: read error" messages during boot.
Eelco Dolstra 9 years ago 806b27a2 474d5a7b
··· 14 14 # to the *boot time* of the host). 15 15 hwclock -s 16 16 ''; 17 17 + 18 18 + security.rngd.enable = false; 17 19 }