mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-15 11:30:13 +00:00
Optimize nix store space usage automatically
This commit is contained in:
parent
483f5eadc1
commit
7eb94aec25
@ -9,6 +9,8 @@
|
||||
package = pkgs.nix;
|
||||
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
Loading…
Reference in New Issue
Block a user