From 85a6a4df38b05ed2d70e530d43de9820b3231e4a Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 16 Dec 2024 19:46:51 +0100 Subject: [PATCH] fix: maybe don't --- src/deploy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deploy.rs b/src/deploy.rs index 062a8f5..9f84f27 100644 --- a/src/deploy.rs +++ b/src/deploy.rs @@ -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))