Use nixos-install without log-format for compatibility
This commit is contained in:
parent
9e6d7a5a88
commit
09eccf1708
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ EOF
|
|||
fi
|
||||
|
||||
echo "[7/7] Installing ${HOSTNAME} via flake"
|
||||
nixos-install --root /mnt --flake "/mnt/etc/nixos#${HOSTNAME}" --no-root-passwd --log-format internal-json |& tee /tmp/nixos-install.log
|
||||
nixos-install --root /mnt --flake "/mnt/etc/nixos#${HOSTNAME}" --no-root-passwd |& tee /tmp/nixos-install.log
|
||||
echo "Install log saved to /tmp/nixos-install.log"
|
||||
|
||||
echo "Install complete. You can reboot now."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue