summaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos')
-rw-r--r--modules/nixos/remote-build.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/nixos/remote-build.nix b/modules/nixos/remote-build.nix
index 79da57e..7ce2a48 100644
--- a/modules/nixos/remote-build.nix
+++ b/modules/nixos/remote-build.nix
@@ -16,5 +16,18 @@
sshKey = "/root/.ssh/nixremote";
sshUser = "nixremote";
}
+ {
+ hostName = "biski";
+ systems = [ "x86_64-linux" ];
+ supportedFeatures = [
+ "nixos-test"
+ "benchmark"
+ "llvm"
+ ];
+ maxJobs = 1;
+ speedFactor = 3;
+ sshKey = "/root/.ssh/nixremote";
+ sshUser = "nixremote";
+ }
];
}