mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update paths for dev-one and nixos generic
This commit is contained in:
parent
8063942f61
commit
553650b883
1 changed files with 2 additions and 0 deletions
|
@ -75,9 +75,11 @@ elif [ $deviceChoice = 6 ]; then
|
|||
|
||||
elif [ $deviceChoice = 7 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/systems/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/
|
||||
sudo nixos-install --flake /mnt/etc/nixos#nixos
|
||||
|
||||
elif [ $deviceChoice = 8 ]; then
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/systems/flake.nix > flake.nix; sudo mv -f flake.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#dev-one
|
||||
|
||||
elif [ $deviceChoice = 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue