Removed additional root password set

This commit is contained in:
Luke Else 2025-03-21 01:42:48 +00:00
parent 01a9588b81
commit 6d43261a16

View File

@ -38,10 +38,6 @@ git clone https://git.luke-else.co.uk/luke-else/nixos-config.git /mnt/etc/nixos
# Install NixOS using the cloned configuration
nixos-install --flake /mnt/etc/nixos#vm
# Set the root password
echo "Set the root password:"
passwd
# Reboot the system
echo "Installation complete. Rebooting..."
reboot