mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-16 03:50:12 +00:00
Beef up linux builder
I need a bigger linux builder to build another linux...
This commit is contained in:
parent
8618bcc623
commit
bc7c7a5f7e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user