1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

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;