set max-jobs
This commit is contained in:
parent
0aa0c25db1
commit
e440957970
6 changed files with 12 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
inputs.srvos.nixosModules.hardware-hetzner-online-amd
|
||||
];
|
||||
|
||||
nix.settings.max-jobs = 24;
|
||||
|
||||
nixpkgs.hostPlatform.gcc.arch = "znver2";
|
||||
|
||||
# Emulate riscv64 until we have proper builders
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
inputs.srvos.nixosModules.hardware-hetzner-online-amd
|
||||
];
|
||||
|
||||
nix.settings.max-jobs = 24;
|
||||
|
||||
nixpkgs.hostPlatform.gcc.arch = "znver2";
|
||||
|
||||
# set in srvos, remove when reinstalling
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
inputs.srvos.nixosModules.hardware-hetzner-online-amd
|
||||
];
|
||||
|
||||
nix.settings.max-jobs = 96;
|
||||
|
||||
nixpkgs.hostPlatform.gcc.arch = "znver4";
|
||||
|
||||
systemd.network.networks."10-uplink".networkConfig.Address = "2a01:4f8:2190:2698::2";
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
inputs.srvos.nixosModules.hardware-hetzner-online-arm
|
||||
];
|
||||
|
||||
nix.settings.max-jobs = 80;
|
||||
|
||||
nixpkgs.hostPlatform.gcc.arch = "armv8-a";
|
||||
|
||||
# error: failed to start SSH connection
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
inputs.self.darwinModules.community-builder
|
||||
];
|
||||
|
||||
nix.settings.max-jobs = 8;
|
||||
|
||||
nixCommunity.darwin.ipv6 = "2a09:9340:808:630::1 64 fe80::1";
|
||||
|
||||
nix.settings.sandbox = "relaxed";
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
inputs.self.darwinModules.remote-builder
|
||||
];
|
||||
|
||||
nix.settings.max-jobs = 8;
|
||||
|
||||
nixCommunity.darwin.ipv6 = "2a09:9340:808:60b::1 64 fe80::1";
|
||||
|
||||
nix.settings.sandbox = "relaxed";
|
||||
|
|
Loading…
Add table
Reference in a new issue