nix gc issue

This commit is contained in:
Sakooooo 2024-07-07 21:49:55 +04:00
parent 13b5a8fe8c
commit 82a79583e2
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -16,7 +16,7 @@ in
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 1w";
options = "--delete-older-than 14d";
};
# optimizes store to reduce storage space :)
# does do alot on the cpu though :p