Update install.sh

This commit is contained in:
Aaron Honeycutt 2024-10-15 21:33:15 +00:00
parent 7730df30af
commit 0db2dedde1

View file

@ -58,6 +58,7 @@ elif [ $hostChoice = 2 ]; then
elif [ $hostChoice = 3 ]; then elif [ $hostChoice = 3 ]; then
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/aarch64/drack/configuration.nix > drack.nix; sudo mv -f drack.nix /mnt/etc/nixos/ curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/aarch64/drack/configuration.nix > drack.nix; sudo mv -f drack.nix /mnt/etc/nixos/
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/
sudo nixos-install --flake /mnt/etc/nixos#drack sudo nixos-install --flake /mnt/etc/nixos#drack
elif [ $hostChoice = 4 ]; then elif [ $hostChoice = 4 ]; then