We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc7e1b commit 9afed1bCopy full SHA for 9afed1b
src/nixos-anywhere.sh
@@ -364,6 +364,7 @@ if [[ -n ${extra_files-} ]]; then
364
fi
365
step Copying extra files
366
rsync -rlpv -FF -e "ssh -i \"$ssh_key_dir\"/nixos-anywhere -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" "$extra_files" "${ssh_connection}:/mnt/"
367
+ ssh_ "chmod 755 /mnt" # rsync also changes permissions of /mnt
368
369
370
step Installing NixOS
0 commit comments