Beef up linux builder

I need a bigger linux builder to build another linux...
This commit is contained in:
larstvei 2025-09-14 17:00:41 +02:00
parent 8618bcc623
commit bc7c7a5f7e

View File

@ -4,7 +4,20 @@
../homebrew ../homebrew
]; ];
nix.linux-builder.enable = true; nix.linux-builder = {
enable = true;
ephemeral = true;
maxJobs = 4;
config = {
virtualisation = {
darwin-builder = {
diskSize = 200 * 1024;
memorySize = 8 * 1024;
};
cores = 6;
};
};
};
system = { system = {
stateVersion = 4; stateVersion = 4;