mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Merge branch 'release-24.05' into 'main'
Support 24.05 See merge request ahoneybun/nyxi-installer!20
This commit is contained in:
commit
1186e2bd94
1 changed files with 1 additions and 11 deletions
10
install.sh
10
install.sh
|
@ -43,7 +43,6 @@ Which device are you installing to?
|
|||
2) Galago Pro 3b (Garrus)
|
||||
3) Pinebook Pro (Jaal)
|
||||
4) nebula49 (Shepard)
|
||||
5) Homelab (EDI)
|
||||
0) Generic
|
||||
EOF
|
||||
read hostChoice
|
||||
|
@ -67,15 +66,6 @@ elif [ $hostChoice = 4 ]; then
|
|||
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#shepard
|
||||
|
||||
elif [ $hostChoice = 5 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/EDI/configuration.nix > edi.nix; sudo mv -f edi.nix /mnt/etc/nixos/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#EDI
|
||||
|
||||
elif [ $hostChoice = 6 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/macbook-intel.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/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#macbook
|
||||
|
||||
elif [ $hostChoice = 0 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#nixos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue