mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
change: edi -> EDI
This commit is contained in:
parent
1704dd58a7
commit
3037df6b3e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ elif [ $hostChoice = 4 ]; then
|
||||||
|
|
||||||
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
|
||||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/
|
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue