Garbage collect driftwood
This commit is contained in:
parent
cb43931166
commit
cf5c5bd0fd
1 changed files with 7 additions and 0 deletions
|
@ -77,4 +77,11 @@
|
||||||
upper = "05:00";
|
upper = "05:00";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Setup garbage collection, keep the past month
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue