mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: remove auto-gc
This commit is contained in:
parent
9fadb6a6c0
commit
656e76720e
4 changed files with 0 additions and 23 deletions
|
|
@ -1,7 +0,0 @@
|
|||
{lib, ...}: {
|
||||
nix.gc = lib.mkDefault {
|
||||
automatic = true;
|
||||
dates = "semi-annually";
|
||||
options = "--delete-older-than 180d";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue