add lidarr
This commit is contained in:
parent
efeeb8d81a
commit
2fd2f93853
6 changed files with 63 additions and 13 deletions
11
notes/boot_full.md
Normal file
11
notes/boot_full.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue