mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: auto-gc
This commit is contained in:
parent
3e2e28aabf
commit
4cb480ad2e
2 changed files with 7 additions and 0 deletions
6
nix/nixosModules/auto-gc/default.nix
Normal file
6
nix/nixosModules/auto-gc/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue