commit a62e9c29d9a35423c84e9058db3a0c27a6036cb0 parent 6a433c9c28f479e727d8e36a6fd84f4d212b7e74 Author: mtmn <miro@haravara.org> Date: Tue, 7 Apr 2026 05:14:33 +0200 feat: add remote builder Diffstat:
| M | home.nix | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/home.nix b/home.nix @@ -34,11 +34,9 @@ distributedBuilds = true; buildMachines = [ { - hostName = "nixaran"; - sshUser = "root"; protocol = "ssh-ng"; - sshKey = "/home/miro/.ssh/id_ed25519"; - systems = ["x86_64-linux" "i686-linux"]; + hostName = "root@49.13.138.200:468"; + systems = ["x86_64-linux"]; maxJobs = 1; speedFactor = 1; supportedFeatures = ["big-parallel"];