fix perms

This commit is contained in:
minish 2024-12-30 23:21:35 -05:00
parent 786cfa988f
commit 76bd847043
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ disko \
# copy extra files into mountpoint # copy extra files into mountpoint
cp -ar "$temp/." "$ROOT_MNT/" cp -ar "$temp/." "$ROOT_MNT/"
# fix permissions of mountpoint
chmod 755 "$ROOT_MNT"
# run nixos-install # run nixos-install
nixos-install \ nixos-install \
--no-channel-copy \ --no-channel-copy \