nix: remove auto-gc

This commit is contained in:
Primrose 2025-04-09 08:33:04 +02:00
parent 9fadb6a6c0
commit 656e76720e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 0 additions and 23 deletions

View file

@ -1,7 +0,0 @@
{lib, ...}: {
nix.gc = lib.mkDefault {
automatic = true;
dates = "semi-annually";
options = "--delete-older-than 180d";
};
}