From 2e2ca7c41e7588d789e345a923b7fdad6e18f381 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 21 Mar 2025 00:02:29 +0000 Subject: [PATCH] Added password change at the end of the install --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) 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