modules/microvm: use ssh-ng in copyToServer

This commit is contained in:
Astro 2022-09-26 00:04:50 +02:00
parent 36c6c55fab
commit 57a93e64ea
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ in
copyToServer = writeScript "copy-to-${server}" ''
#! ${runtimeShell} -e
nix copy --to ssh://root@${serverFQDN} $@
nix copy --to ssh-ng://root@${serverFQDN} $@
'';
runOnServer = writeScript "run-on-${server}" ''