mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
added custom-trimmer for removing old nix generations
This commit is contained in:
@@ -142,7 +142,7 @@ qt.enable = true;
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
options = "--delete-older-than 30d"; # every week delete generations older than a month
|
||||
options = "--delete-older-than 7d"; # every week delete generations older than a month
|
||||
};
|
||||
|
||||
# Install firefox.
|
||||
|
||||
Reference in New Issue
Block a user