lib/common: add --delete-older-than
This commit is contained in:
parent
9036f02fd0
commit
c51e5d478d
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ in
|
|||
nix.gc = {
|
||||
automatic = lib.mkDefault true;
|
||||
dates = "*-*-* 05:00:00";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
home-manager.useUserPackages = true;
|
||||
|
|
Loading…
Reference in a new issue