Tweaks liux-builder config

This commit is contained in:
Abhinav Sarkar 2024-09-23 11:37:14 +05:30
parent d6d29324bb
commit 320f2f2f4d
1 changed files with 2 additions and 2 deletions

View File

@ -52,10 +52,10 @@ in {
virtualisation = { virtualisation = {
docker.enable = true; docker.enable = true;
darwin-builder = { darwin-builder = {
diskSize = 40 * 1024; diskSize = 50 * 1024;
memorySize = 8 * 1024; memorySize = 8 * 1024;
}; };
cores = 4; cores = 8;
}; };
nix.settings = nixSettings // { sandbox = false; }; nix.settings = nixSettings // { sandbox = false; };
}); });