diff --git a/install.sh b/install.sh index 03f1f11..433eb6c 100644 --- a/install.sh +++ b/install.sh @@ -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 \ No newline at end of file