Skip to content

Commit

Permalink
libvirt: add missing 'ssh' to $PATH
Browse files Browse the repository at this point in the history
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 #221815
  • Loading branch information
bjornfor committed Mar 18, 2023
1 parent 69272ea commit 81aca8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libvirt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
, makeWrapper
, meson
, ninja
, openssh
, perl
, perlPackages
, polkit
Expand Down Expand Up @@ -91,6 +92,7 @@ let
lvm2
numactl
numad
openssh
pmutils
systemd
] ++ lib.optionals enableIscsi [
Expand Down

0 comments on commit 81aca8f

Please sign in to comment.