1
0
Fork 0

home-manager: remove nix.gc

This commit is contained in:
Pratham Patel 2024-02-18 15:27:55 +05:30
parent 9b2f9cc20e
commit 0f32900577
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 0 additions and 6 deletions

View File

@ -113,12 +113,6 @@
package = pkgs.nix;
checkConfig = true;
settings.experimental-features = [ "nix-command" "flakes" ];
gc = {
automatic = true;
frequency = "weekly";
options = "--delete-older-than 14d";
};
};
manual = {