about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/shiki.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index efea79ed..7536a462 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -103,14 +103,14 @@ in {
         system = "aarch64-linux";
         supportedFeatures = [ "big-parallel" ];
       }
-      # tweag remote builder
+      # possehl analytics remote builder
       {
-        hostName = "build01.tweag.io";
+        hostName = "build01.possehl-analytics.com";
         maxJobs = 24;
-        sshKey = "/root/.ssh/tweag-nix-builder";
-        sshUser = "nix";
+        sshKey = "/root/.ssh/possehl-analytics-nix-builder";
+        sshUser = "nix-builder";
         system = "x86_64-linux";
-        supportedFeatures = [ "big-parallel" ];
+        supportedFeatures = [ "kvm" "big-parallel" "nixos-test" "benchmark" ];
       }
     ];
     nix.binaryCaches = [