commit ba059e90491e9f6cffdfd1058a790e1b23969e29 (tree) parent b7f6253126e4d44ab3a1c2aa0a5047a0f2b8d092 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Tue, 2 Jun 2026 08:37:08 +0000 add build machines Diffstat:
| M | hosts/macworx/configuration.nix | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/hosts/macworx/configuration.nix b/hosts/macworx/configuration.nix @@ -21,6 +21,17 @@ in ]; nixpkgs.hostPlatform = "aarch64-darwin"; + + nix.distributedBuilds = true; + nix.buildMachines = [ + { + hostName = "fwminex"; + sshUser = "motiejus"; + system = "x86_64-linux"; + protocol = "ssh-ng"; + maxJobs = 8; + } + ]; system = { stateVersion = 6; };