This commit is contained in:
minish 2024-12-30 23:19:50 -05:00
parent ea2b0efeff
commit 786cfa988f
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
1 changed files with 2 additions and 2 deletions

View File

@ -66,13 +66,13 @@ disko \
--root-mountpoint $ROOT_MNT --root-mountpoint $ROOT_MNT
# copy extra files into mountpoint # copy extra files into mountpoint
cp -r "$temp" "$ROOT_MNT/" cp -ar "$temp/." "$ROOT_MNT/"
# run nixos-install # run nixos-install
nixos-install \ nixos-install \
--no-channel-copy \ --no-channel-copy \
--no-root-password \ --no-root-password \
--root "$ROOTMNT" \ --root "$ROOT_MNT" \
--flake .#$NAME --flake .#$NAME
echo -e "Finished install.\n" \ echo -e "Finished install.\n" \