fix /mnt/tmp permissions

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Paul Haerle 2022-12-30 01:09:07 +01:00 committed by Jörg Thalheim
parent 5ddab885a6
commit c20cb13ab8

View File

@ -235,7 +235,7 @@ fi
ssh_ <<SSH
set -efu ${enable_debug}
# needed for installation if initrd-secrets are used
mkdir -p /mnt/tmp
mkdir -m777 -p /mnt/tmp
nixos-install --no-root-passwd --no-channel-copy --system "$nixos_system"
${maybereboot}
SSH