Skip to content

Commit

Permalink
chore: make gc more often
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 30, 2024
1 parent 17f1169 commit c325eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/nix.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ config, ... }:
{
nix = {
# set the nix store to clean every Monday at 3am
gc.dates = "Mon *-*-* 03:00";
# set the nix store to clean every day at 3am
gc.dates = "* *-*-* 03:00";

# automatically optimize /nix/store by removing hard links
optimise = {
Expand Down

0 comments on commit c325eed

Please sign in to comment.