qemu-guest.nix: Disable rngd

This gets rid of a zillion "rngd[N]: read error" messages during boot.

+2
+2
nixos/modules/profiles/qemu-guest.nix
··· 14 14 # to the *boot time* of the host). 15 15 hwclock -s 16 16 ''; 17 + 18 + security.rngd.enable = false; 17 19 }