Merge pull request #34052 from volth/patch-86

nixos/libvirtd: add qemu-img to $PATH of the daemon
This commit is contained in:
Jörg Thalheim 2018-01-22 14:39:29 +00:00 committed by GitHub
commit e45dfded2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,7 @@ in {
dmidecode
dnsmasq
ebtables
cfg.qemuPackage # libvirtd requires qemu-img to manage disk images
]
++ optional vswitch.enable vswitch.package;