diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-08-29 16:02:56 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-08-29 16:05:20 -0500 |
commit | e1f1e1510ca7f2bc503625c0d4c67a59e881c20b (patch) | |
tree | 1b0212bc0ada49a3ae92b3ad19332b3935c4cfa1 /hosts | |
parent | 25f78ac6dd3b097728936f8675535603789b83a5 (diff) | |
download | nixos-config-e1f1e1510ca7f2bc503625c0d4c67a59e881c20b.tar.gz nixos-config-e1f1e1510ca7f2bc503625c0d4c67a59e881c20b.zip |
modules/build-machines: Add remote builders and enable on tomato
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tomato/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; |