nix: Don't use auto-optimise-store
This commit is contained in:
parent
a6a0ad760d
commit
40db1da31c
3 changed files with 3 additions and 1 deletions
|
@ -60,8 +60,8 @@ in
|
|||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
optimise.automatic = true;
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://accentor.cachix.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue