mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Add generic option from the flake
This commit is contained in:
parent
09a5f24185
commit
d355c4ec3e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue