restructured flake
This commit is contained in:
parent
5c7ae091c1
commit
bf3bb961f3
100 changed files with 76 additions and 78 deletions
9
modules/nixos/garbage-collect.nix
Normal file
9
modules/nixos/garbage-collect.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "04:30";
|
||||
persistent = true;
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue