Update messaging

This commit is contained in:
Aaron Honeycutt 2024-01-09 19:56:10 +00:00
parent 3ed0d05b05
commit b5f977e403

View file

@ -8,7 +8,6 @@ lsblk -f
# Choice the drive to use :
# 1.
echo "----------"
echo ""
echo "Which drive do we want to use for this installation?"
read driveName
@ -29,8 +28,10 @@ sudo mv /tmp/disko-config.nix /mnt/etc/nixos
# Copy my base nix configs over
# Change the URL to match where you are hosting your .nix file(s).
echo "Default username and password are in the configuration.nix file"
echo ""
echo "Default username and password are in the flake.nix file"
echo "Password is hashed so it is not plaintext"
echo ""
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/
#curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/programs.nix > programs.nix; sudo mv -f programs.nix /mnt/etc/nixos/