infrastructure/notes/boot_full.md
2023-05-18 15:04:23 +02:00

12 lines
279 B
Markdown

# NixOS /boot full
If `/boot` is full run the following commands:
```
sudo nix-collect-garbage -d
nix-env -p /mnt/nix/var/nix/profiles/system --delete-generations +2
sudo nixos-rebuild boot --flake '.#eevee'
```
This should delete the older generations and free up some space