something

This commit is contained in:
emily 2024-05-11 17:46:14 +02:00
parent f68f5d8ce4
commit 2b66c1acca
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 3 additions and 0 deletions

View file

@ -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 = {

View file

@ -2,6 +2,7 @@
nix.buildMachines = [
{
hostName = "localhost";
sshUser = "hydra-queue-runner";
maxJobs = 40;
speedFactor = 40;
systems = [ "x86_64-linux" "x86_64-darwin" ];