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 18f4de9 commit ddf8097Copy full SHA for ddf8097
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