add lidarr

This commit is contained in:
Vivian 2023-05-18 15:04:23 +02:00
parent af3a5e2b7a
commit a2511aa708
6 changed files with 63 additions and 13 deletions

11
notes/boot_full.md Normal file
View 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