From f2c2778fb8e7ccb45f318a49578d654929127133 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 22 Jul 2024 20:44:38 +0200 Subject: [PATCH] machine/thinkman: run tests locally --- machines/thinkman/remote-build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/thinkman/remote-build.nix b/machines/thinkman/remote-build.nix index 62a014f..f3aaf46 100644 --- a/machines/thinkman/remote-build.nix +++ b/machines/thinkman/remote-build.nix @@ -9,7 +9,7 @@ in { hostName = "buehler.rocks"; system = "x86_64-linux"; - supportedFeatures = [ "nixos-test" "benchmark" "kvm" "big-parallel" ]; + supportedFeatures = [ "benchmark" "kvm" "big-parallel" ]; sshUser = "nixremote"; sshKey = secrets."nixremote/ssh_key".path; maxJobs = 4;