modules/shared/builder: increse gc default to 150
This commit is contained in:
parent
a2cf186fea
commit
7fa3153937
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue