nixos: add storage optimization
This commit is contained in:
parent
be42648fd8
commit
65b839f8e4
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
};
|
||||
|
||||
# Optimize storage
|
||||
nix.optimise.automatic = true;
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue