fix: maybe don't

This commit is contained in:
Patrick 2024-12-16 19:46:51 +01:00
parent d09bc715e5
commit 85a6a4df38
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F

View file

@ -92,7 +92,7 @@ pub async fn deploy(systems: &[String], mode: &str, show_trace: bool, minimal: b
format!("-S {}", con.control_socket().to_str().unwrap()),
)
.arg("copy")
.arg("--substitute-on-destination")
//.arg("--substitute-on-destination")
// Could add a --no-check-sigs option here to enable people who don't sign their stores
.arg("--to")
.arg(format!("ssh-ng://root@{}?compress=true", host))