chore: Add first login pw

This commit is contained in:
dashie 2024-04-16 20:15:54 +02:00
parent 48d8933de5
commit ab897f750d
2 changed files with 7 additions and 1 deletions

View file

@ -16,7 +16,8 @@ if [ "$IN" == "y" ]; then
e2label "$1"4 HOME
fi
# install nixos
nixos-install --flake ./nix/.#$2
echo "formatting finished, continuing to install system"
nixos-install --flake ./nix/.#$2 --no-root-passwd
else
echo "aborting"
fi