Skip to content

Commit

Permalink
Disable automatic garbage collection
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed May 21, 2024
1 parent 52bd6ba commit e872460
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common/nixos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
"flakes"
];

nix.gc = {
automatic = true;
dates = "monthly";
options = "--delete-older-than 60d";
};

# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
Expand Down

0 comments on commit e872460

Please sign in to comment.