mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-17 04:20:12 +00:00
Beef up linux builder
I need a bigger linux builder to build another linux...
This commit is contained in:
parent
f11998dd41
commit
7d88b91968
@ -4,7 +4,20 @@
|
||||
../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 = {
|
||||
stateVersion = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user