forked from emily/nixfiles
something
This commit is contained in:
parent
f68f5d8ce4
commit
2b66c1acca
2 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
useSubstitutes = true;
|
||||
extraConfig = ''
|
||||
binary_cache_public_uri = https://cache.kyouma.net
|
||||
evaluator_workers = 8
|
||||
evaluator_max_memory_size = 4096
|
||||
'';
|
||||
};
|
||||
services.harmonia = {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "localhost";
|
||||
sshUser = "hydra-queue-runner";
|
||||
maxJobs = 40;
|
||||
speedFactor = 40;
|
||||
systems = [ "x86_64-linux" "x86_64-darwin" ];
|
||||
|
|
Loading…
Reference in a new issue