modules/microvm: copyToServer with --no-check-sigs

This commit is contained in:
Astro 2022-11-03 20:49:35 +01:00
parent 3306894c72
commit 3aef94e4a0
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-ng://root@${serverFQDN} $@
nix copy --no-check-sigs --to ssh-ng://root@${serverFQDN} $@
'';
runOnServer = writeScript "run-on-${server}" ''