diff --git a/build01/nixpkgs-update.nix b/build01/nixpkgs-update.nix
index 2df54f3..9eeaefa 100644
--- a/build01/nixpkgs-update.nix
+++ b/build01/nixpkgs-update.nix
@@ -90,4 +90,13 @@ in
     };
   };
 
+  nix.buildMachines = [ {
+    hostName = "jonringer-builder";
+    system = "x86_64-linux";
+    maxJobs = 25;
+    speedFactor = 2;
+    supportedFeatures = [ "nixos-test" "big-parallel" "kvm" ];
+    mandatoryFeatures = [ ];
+  }] ;
+
 }