Storage optimization: Difference between revisions
→Garbage collection: In general a user reading this section will care about removing old NixOS generations first. Thus, I moved the section above the GC roots details |
m propose merge with Nix store |
||
Line 1: | Line 1: | ||
{{Merge|Nix store}} | |||
A recurring problem with NixOS is lack of space on <code>/</code>. Even if you only occasionally use Nix, it is easy for <code>/nix/store</code> to grow beyond reasonable sizes. What follows are generic notes on how to reduce the growth of the [[Nix store]]. | A recurring problem with NixOS is lack of space on <code>/</code>. Even if you only occasionally use Nix, it is easy for <code>/nix/store</code> to grow beyond reasonable sizes. What follows are generic notes on how to reduce the growth of the [[Nix store]]. | ||