AX75Q7H4YF5EMPIZA5WYHIIEXN633EI3ZF7LF2HCLBT6OYJC53BAC try {if not $quiet { print-notify $"Removing old configuration files on ($target)." }ssh -qtt $"jam@($target)" "rm --recursive --force nixos" | complete
if not $quiet { print-notify $"Removing old configuration files on ($target)." }let result = ssh -qtt $"jam@($target)" "rm --recursive --force nixos" | complete
if not $quiet { print-notify $"Copying new configuration files to ($target)." }jj file list | rsync-files --files-from - ./ $"jam@($target):nixos" | complete
if not $quiet { print-notify $"Copying new configuration files to ($target)." }let result = jj file list | rsync-files --files-from - ./ $"jam@($target):nixos" | complete