nixos/libvirtd: add qemu-img to $PATH of the daemon

...because daemon's $PATH does not include "/run/current-system/sw/bin"
This commit is contained in:
volth 2018-01-19 16:28:01 +00:00 committed by GitHub
parent 3d2948e009
commit c4eb23062e
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;