mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
darwin/ci: fix disk usage
This commit is contained in:
parent
30b53c8f72
commit
6c0b333cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
# Larger linux-builder cores, ram, and disk.
|
||||
cores = 6;
|
||||
memorySize = lib.mkForce (1024 * 16);
|
||||
diskSize = lib.mkForce (1024 * 1); # In MB.
|
||||
diskSize = lib.mkForce (1024 * 1024 * 1); # In MB.
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue