Increase nix store retetion

This commit is contained in:
Tristan D. 2024-07-30 13:32:39 +02:00
parent aef2a8e409
commit 99fbad4a83
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -88,7 +88,7 @@
nh = {
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 14d --keep 16";
clean.extraArgs = "--keep-since 30d --keep 16";
flake = "/home/tristand/nix";
};
rust-motd = {