docs: add TODO

This commit is contained in:
Daniel Langbein 2024-09-04 22:10:57 +02:00
parent c99985a885
commit 470a50d903

View File

@ -495,6 +495,8 @@ A NixOS config example is given in [base.nix](modules/base.nix).
sudo nix-env --delete-generations +7 --profile /nix/var/nix/profiles/system sudo nix-env --delete-generations +7 --profile /nix/var/nix/profiles/system
``` ```
TODO: Should we run `sudo nix-collect-garbage --delete-old` after the above?
### Garbage collection - Delete system profiles older than X days ### Garbage collection - Delete system profiles older than X days
* https://nixos.org/manual/nix/stable/package-management/garbage-collection.html * https://nixos.org/manual/nix/stable/package-management/garbage-collection.html