infrastructure/notes/boot_full.md

12 lines
279 B
Markdown
Raw Normal View History

2023-05-18 15:04:23 +02:00
# 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