From 11c469dd1246a537484dfc549aafbbc774b31286 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 18 Feb 2025 17:14:31 +0000 Subject: [PATCH] testing to see if I can remove the workaround --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 445b130..71c24e1 100644 --- a/install.sh +++ b/install.sh @@ -56,7 +56,7 @@ read -p "Enter your device choice: " hostChoice echo "" ## Workaround for `no free space` error -sudo nix-collect-garbage +#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/