[nix] Weekly cleanup of the store older than 30 days

This commit is contained in:
Sebastian Schulze 2021-10-01 10:04:23 +02:00
parent b442bb9e2c
commit 61ad28e5fc
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,12 @@
{ domain = "@users"; item = "nofile"; type = "soft"; value = "4096"; }
];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
console = {
packages = [ pkgs.terminus_font ];
font = "${pkgs.terminus_font}/share/consolefonts/ter-v12n.psf.gz";