mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
testing to see if I can remove the workaround
This commit is contained in:
parent
e93ce9f428
commit
11c469dd12
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue