remove workaround completely

This commit is contained in:
Aaron Honeycutt 2025-02-18 10:28:04 -07:00
parent 11c469dd12
commit a691a7f19d

View file

@ -55,9 +55,6 @@ echo ""
read -p "Enter your device choice: " hostChoice
echo ""
## Workaround for `no free space` error
#sudo nix-collect-garbage
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/
sudo nixos-install --flake /mnt/etc/nixos#vm