set max-jobs

This commit is contained in:
zowoq 2024-11-21 17:31:14 +10:00
parent 0aa0c25db1
commit e440957970
6 changed files with 12 additions and 0 deletions

View file

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

View file

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

View file

@ -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";

View file

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

View file

@ -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";

View file

@ -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";