Skip to content

Commit

Permalink
Garbage collection is getting really annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jan 25, 2024
1 parent 5383d59 commit 28fffab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@
experimental-features = ["nix-command" "flakes"];
auto-optimise-store = true;
};

gc = {
automatic = true;
options = "--delete-older-than 7d";
};

extraOptions = ''
keep-outputs = true
keep-derivations = true
'';
};

systemd.services.nix-gc.serviceConfig = {
Expand Down

0 comments on commit 28fffab

Please sign in to comment.