mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
7730df30af
commit
0db2dedde1
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ elif [ $hostChoice = 2 ]; 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/desktops/gnome.nix > gnome.nix; sudo mv -f gnome.nix /mnt/etc/nixos/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#drack
|
||||
|
||||
elif [ $hostChoice = 4 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue