From e1f1e1510ca7f2bc503625c0d4c67a59e881c20b Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 29 Aug 2025 16:02:56 -0500 Subject: modules/build-machines: Add remote builders and enable on tomato --- hosts/tomato/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index 16c5ac5..0e7d146 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -28,6 +28,8 @@ services.joycond.enable = true; + this.buildMachines = ["pinto"]; + this.hosts = { lan.home = true; mine = true; -- cgit v1.2.3