mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 19:14:03 -06:00
remove workaround completely
This commit is contained in:
parent
11c469dd12
commit
a691a7f19d
1 changed files with 0 additions and 3 deletions
|
@ -55,9 +55,6 @@ echo ""
|
||||||
read -p "Enter your device choice: " hostChoice
|
read -p "Enter your device choice: " hostChoice
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
## Workaround for `no free space` error
|
|
||||||
#sudo nix-collect-garbage
|
|
||||||
|
|
||||||
if [ $hostChoice = 1 ]; then
|
if [ $hostChoice = 1 ]; then
|
||||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/vm/configuration.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/
|
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/vm/configuration.nix > vm.nix; sudo mv -f vm.nix /mnt/etc/nixos/
|
||||||
sudo nixos-install --flake /mnt/etc/nixos#vm
|
sudo nixos-install --flake /mnt/etc/nixos#vm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue