dont delete windows boot entry

This commit is contained in:
= 2024-03-30 15:48:50 -05:00
parent db51a13391
commit 54d8f2744f
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
I used the existing windows 100MB boot partition and it fills up constantly. Have to purge old stuff a lot this is how:
- `find '/boot/loader/entries' -type f | head -n -4 | xargs -I {} rm {}; nix-collect-garbage -d; nixos-rebuild boot; echo; df`
- `find '/boot/loader/entries' -type f ! -name 'windows.conf' | head -n -4 | xargs -I {} rm {}; nix-collect-garbage -d; nixos-rebuild boot; echo; df`
# Settings references: