gc
This commit is contained in:
parent
45fea7a83a
commit
e3b84b9c65
|
@ -8,6 +8,7 @@
|
|||
./direnv.nix
|
||||
./fs.nix
|
||||
./fwupd.nix
|
||||
./gc.nix
|
||||
./git.nix
|
||||
./nix.nix
|
||||
./readline.nix
|
||||
|
|
7
common/gc.nix
Normal file
7
common/gc.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue