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 /modules/default.nix | |
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 'modules/default.nix')
-rw-r--r-- | modules/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/default.nix b/modules/default.nix index 36c6f66..06f0fb3 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -14,6 +14,7 @@ ./hosts.nix ./bluetooth.nix ./unfree.nix + ./build-machines.nix ./overlays ]; |