diff --git a/install.sh b/install.sh index b939f59..4699679 100644 --- a/install.sh +++ b/install.sh @@ -40,6 +40,10 @@ nixos-generate-config --root /mnt # 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 \ No newline at end of file