summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-30 19:56:40 -0500
committerBen Sima <ben@bsima.me>2020-11-30 19:56:40 -0500
commit99ef642dfe29608329f43d7a514cb746b9704533 (patch)
treedf0bfc46f47e54699826ac5ee5703ce34d824fe5 /machines
parent42743afe59bbb7535d8a7ec30ce206f89a3c7a55 (diff)
helium: fix remote builds
Diffstat (limited to 'machines')
-rw-r--r--machines/helium.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/machines/helium.nix b/machines/helium.nix
index 9c75b18..f8850cb 100644
--- a/machines/helium.nix
+++ b/machines/helium.nix
@@ -143,17 +143,21 @@ in {
buildMachines = [
{
+ hostName = "192.168.1.42";
+ sshUser = "ben";
+ sshKey = "/home/ben/.ssh/id_rsa";
+ system = "x86_64-linux";
+ }
+ {
hostName = "dev.simatime.com";
- sshUser = "root";
+ sshUser = "ben";
sshKey = "/home/ben/.ssh/id_rsa";
system = "x86_64-linux";
- maxJobs = 4;
- speedFactor = 4;
- #supportedFeatures = [ ];
- #mandatoryFeatures = [ ];
}
+
];
distributedBuilds = true;
+ trustedUsers = [ "root" "ben" ];
};
# This value determines the NixOS release with which your system is to be