Remove garbage-collect on laptop

This commit is contained in:
Tibo De Peuter 2023-11-09 19:45:13 +01:00
parent 7b0e1ce837
commit 295fef53d6

View file

@ -101,12 +101,6 @@
min-free = ${toString (100 * 1024 * 1024)}
max-free = ${toString (2048 * 1024 * 1024)}
'';
# Scheduled garbage-collect
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
package = pkgs.nixFlakes;
};