libvirt: add missing 'ssh' to $PATH

Fixes this error when trying to migrate a VM using Connectivity Mode
Tunneled:

  Unable to migrate guest: Cannot find 'ssh' in path: No such file or directory

Fixes https://github.com/NixOS/nixpkgs/issues/221815
This commit is contained in:
Bjørn Forsman 2023-03-18 22:26:21 +01:00
parent 69272eafd7
commit 81aca8ff98

View file

@ -22,6 +22,7 @@
, makeWrapper , makeWrapper
, meson , meson
, ninja , ninja
, openssh
, perl , perl
, perlPackages , perlPackages
, polkit , polkit
@ -91,6 +92,7 @@ let
lvm2 lvm2
numactl numactl
numad numad
openssh
pmutils pmutils
systemd systemd
] ++ lib.optionals enableIscsi [ ] ++ lib.optionals enableIscsi [