mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
swap lemp13 for garrus
This commit is contained in:
parent
99683499bf
commit
ebd81d3780
1 changed files with 3 additions and 9 deletions
12
install.sh
12
install.sh
|
@ -40,10 +40,9 @@ cat << EOF
|
||||||
|
|
||||||
Which device are you installing to?
|
Which device are you installing to?
|
||||||
1) Virtual Machine
|
1) Virtual Machine
|
||||||
2) Galago Pro 5 (Garrus)
|
2) Lemur Pro 13 (Garrus)
|
||||||
3) Lemur Pro 13
|
3) nebula49 (Shepard)
|
||||||
4) nebula49 (Shepard)
|
4) Home Server (EDI) - Do Not Use
|
||||||
5) Home Server (EDI) - Do Not Use
|
|
||||||
0) Generic
|
0) Generic
|
||||||
EOF
|
EOF
|
||||||
read hostChoice
|
read hostChoice
|
||||||
|
@ -57,11 +56,6 @@ elif [ $hostChoice = 2 ]; then
|
||||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.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#garrus
|
sudo nixos-install --flake /mnt/etc/nixos#garrus
|
||||||
|
|
||||||
elif [ $hostChoice = 3 ]; then
|
|
||||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/lemp13.nix > lemp13.nix; sudo mv -f lemp13.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#lemp13
|
|
||||||
|
|
||||||
elif [ $hostChoice = 4 ]; then
|
elif [ $hostChoice = 4 ]; then
|
||||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/shepard/configuration.nix > shepard.nix; sudo mv -f shepard.nix /mnt/etc/nixos/
|
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/shepard/configuration.nix > shepard.nix; sudo mv -f shepard.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/
|
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue