Skip to content

Commit

Permalink
Increase gc cache lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Aug 24, 2023
1 parent 8fe964f commit fdaf610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@
nix = {
gc = {
automatic = true;
options = "--delete-older-than 30d";
options = "--delete-older-than 90d";
};
settings = {
experimental-features = [ "nix-command" "flakes" ];
trusted-users = [ "root" "@wheel" ];
keep-outputs = true;
keep-derivations = true;
auto-optimise-store = true;
warn-dirty = false;
};
optimise.automatic = true;
};
Expand Down

0 comments on commit fdaf610

Please sign in to comment.