From a5650649afd2fc33be37c3e5b8d80d694e46d0e5 Mon Sep 17 00:00:00 2001 From: Lach Date: Fri, 16 May 2025 18:20:23 +0000 Subject: [PATCH] refactor: do not use two hostnames for nixos-install --- --- a/crates/fleet-base/src/host.rs +++ b/crates/fleet-base/src/host.rs @@ -320,7 +320,7 @@ .arg("--no-check-sigs") .comparg( "--to", - format!("ssh-ng://root@{}-install?remote-store=/mnt", self.name), + format!("ssh-ng://root@{}?remote-store=/mnt", self.name), ); } } -- gitstuff