mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update messaging
This commit is contained in:
parent
3ed0d05b05
commit
b5f977e403
1 changed files with 3 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue