Tweaks liux-builder config
This commit is contained in:
parent
d6d29324bb
commit
320f2f2f4d
4
nix.nix
4
nix.nix
@ -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; };
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user