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 ba6cdfe commit 0633858Copy full SHA for 0633858
src/nixos-remote.sh
@@ -324,7 +324,8 @@ fi
324
ssh_ <<SSH
325
set -efu ${enable_debug}
326
# needed for installation if initrd-secrets are used
327
-mkdir -m777 -p /mnt/tmp
+mkdir -p /mnt/tmp
328
+chmod 777 /mnt/tmp
329
nixos-install --no-root-passwd --no-channel-copy --system "$nixos_system"
330
# We will reboot in background so we can cleanly finish the script before the hosts go down.
331
# This makes integration into scripts easier
0 commit comments