This commit is contained in:
Aaron Honeycutt 2024-11-01 15:55:41 -06:00
parent 6c0a6cc602
commit 7541a7a9ad

View file

@ -43,7 +43,7 @@ Which device are you installing to?
2) Galago Pro 5 (Garrus) 2) Galago Pro 5 (Garrus)
3) Thinkpad X13s (Drack) 3) Thinkpad X13s (Drack)
4) nebula49 (Shepard) 4) nebula49 (Shepard)
5) Home Server (EDI) 5) Home Server (EDI) - Do Not Use
0) Generic 0) Generic
EOF EOF
read hostChoice read hostChoice
@ -68,7 +68,7 @@ elif [ $hostChoice = 4 ]; then
sudo nixos-install --flake /mnt/etc/nixos#shepard sudo nixos-install --flake /mnt/etc/nixos#shepard
elif [ $hostChoice = 5 ]; then 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/ 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 sudo nixos-install --flake /mnt/etc/nixos#edi
elif [ $hostChoice = 0 ]; then elif [ $hostChoice = 0 ]; then