disable auto gc

This commit is contained in:
Noa Aarts 2024-04-12 12:57:23 +02:00
parent 75ee69522f
commit 6ea061df41
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
};
optimise.automatic = true;
gc = {
automatic = true;
automatic = false;
dates = "weekly";
options = "--delete-older-than 7d";
};

View file

@ -35,7 +35,7 @@
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
gc.automatic = true;
gc.automatic = false;
};
# Set your time zone.