fix: maybe don't
This commit is contained in:
parent
d09bc715e5
commit
85a6a4df38
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue