git.delta.rocks / jrsonnet / refs/commits / a5650649afd2

difftreelog

refactor do not use two hostnames for nixos-install

Lach2025-05-16parent: #f39d780.patch.diff
in: trunk

1 file changed

modifiedcrates/fleet-base/src/host.rsdiffbeforeafterboth
320 .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 }