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
, meson
, ninja
, openssh
, perl
, perlPackages
, polkit
@ -91,6 +92,7 @@ let
lvm2
numactl
numad
openssh
pmutils
systemd
] ++ lib.optionals enableIscsi [