Update paths for dev-one and nixos generic

This commit is contained in:
Aaron Honeycutt 2024-01-16 17:39:34 +00:00
parent 8063942f61
commit 553650b883

View file

@ -75,9 +75,11 @@ elif [ $deviceChoice = 6 ]; then
elif [ $deviceChoice = 7 ]; 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/ 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 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/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 sudo nixos-install --flake /mnt/etc/nixos#dev-one
elif [ $deviceChoice = 0 ]; then elif [ $deviceChoice = 0 ]; then