difftreelog
refactor do not use two hostnames for nixos-install
in: trunk
1 file changed
crates/fleet-base/src/host.rsdiffbeforeafterboth320 .arg("--no-check-sigs")320 .arg("--no-check-sigs")321 .comparg(321 .comparg(322 "--to",322 "--to",323 format!("ssh-ng://root@{}-install?remote-store=/mnt", self.name),323 format!("ssh-ng://root@{}?remote-store=/mnt", self.name),324 );324 );325 }325 }326 }326 }