From a691a7f19d49d233ab5b93240a0fab9abe36f10f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 18 Feb 2025 10:28:04 -0700 Subject: [PATCH] remove workaround completely --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 71c24e1..bc80e17 100644 --- a/install.sh +++ b/install.sh @@ -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