mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
qemu-guest.nix: Load virtio_rng
This allows the guest to have a paravirtualized RNG, if the host provides it.
This commit is contained in:
parent
8f5ebe495c
commit
be0f5eb45c
@ -5,7 +5,7 @@
|
||||
|
||||
{
|
||||
boot.initrd.availableKernelModules = [ "virtio_net" "virtio_pci" "virtio_blk" "9p" "9pnet_virtio" ];
|
||||
boot.initrd.kernelModules = [ "virtio_balloon" "virtio_console" ];
|
||||
boot.initrd.kernelModules = [ "virtio_balloon" "virtio_console" "virtio_rng" ];
|
||||
|
||||
boot.initrd.postDeviceCommands =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user