mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
hetzner_benchmark: use correct core job count when building
This commit is contained in:
parent
08f653d95d
commit
1a33f45e18
3 changed files with 4 additions and 11 deletions
|
|
@ -12,15 +12,7 @@
|
|||
users.groups.remotebuild = { };
|
||||
nix = {
|
||||
nrBuildUsers = 64; # defaults to 32
|
||||
settings = {
|
||||
trusted-users = [ "remotebuild" ];
|
||||
|
||||
min-free = 50 * 1024 * 1024 * 1024; # start gc when < 10 GB is available
|
||||
max-free = 100 * 1024 * 1024 * 1024; # stop gc when 20 GB is available
|
||||
|
||||
max-jobs = "auto";
|
||||
cores = 0;
|
||||
};
|
||||
settings.trusted-users = [ "remotebuild" ];
|
||||
};
|
||||
|
||||
systemd.services.nix-daemon.serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue