Added mount point to install command
Some checks failed
NixOS Configuration Check / nixos-check (push) Failing after 23s
Some checks failed
NixOS Configuration Check / nixos-check (push) Failing after 23s
This commit is contained in:
parent
1954beb8cc
commit
905fe12714
@ -48,6 +48,6 @@ mkdir -p "$MOUNT_POINT/etc/nixos"
|
||||
git clone "$REPO_URL" "$MOUNT_POINT/etc/nixos"
|
||||
|
||||
# 8. Install NixOS
|
||||
nixos-install --flake "/etc/nixos#${HOSTNAME}" --no-root-passwd
|
||||
nixos-install --flake "$MOUNT_POINT/etc/nixos#${HOSTNAME}" --no-root-passwd
|
||||
|
||||
echo "✅ NixOS installation complete! You may now reboot."
|
Loading…
x
Reference in New Issue
Block a user