Move many server modules to basic
This commit is contained in:
parent
36a04eada8
commit
7247e543c0
6 changed files with 7 additions and 7 deletions
6
modules/nixos/basics/automatic-garbage-collection.nix
Normal file
6
modules/nixos/basics/automatic-garbage-collection.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue