From 6d43261a16f907c0083e8a4e7ca055a5f23dd417 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 21 Mar 2025 01:42:48 +0000 Subject: [PATCH] Removed additional root password set --- install.sh | 4 ---- 1 file changed, 4 deletions(-) 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