Add generic option from the flake

This commit is contained in:
Aaron Honeycutt 2024-01-18 15:46:32 +00:00
parent 09a5f24185
commit d355c4ec3e

View file

@ -57,5 +57,6 @@ elif [ $deviceChoice = 2 ]; then
elif [ $deviceChoice = 0 ]; then elif [ $deviceChoice = 0 ]; then
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/ curl https://gitlab.com/ahoneybun/nix-configs/-/raw/flake/flake.nix > flake.nix; sudo mv -f flake.nix /mnt/etc/nixos/
sudo nixos-install --flake /mnt/etc/nixos#nixos
fi fi