modules/shared/builder: increse gc default to 150

This commit is contained in:
zowoq 2024-07-15 11:03:51 +10:00
parent a2cf186fea
commit 7fa3153937

View file

@ -2,7 +2,7 @@
{
options.nixCommunity.gc.gbFree = lib.mkOption {
type = lib.types.int;
default = 50;
default = 150;
description = "Amount of free space in GB to keep on disk.";
};