disable automatic gc

This commit is contained in:
Sean Buckley 2024-02-21 12:05:21 -05:00
parent f01f9acbd4
commit cb1f353e6a

View file

@ -40,11 +40,6 @@
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
gc = {
automatic = true;
randomizedDelaySec = "40min";
options = "--delete-older-than 30d";
};
}; };
services = { services = {