machine/thinkman: run tests locally

This commit is contained in:
Felix Buehler 2024-07-22 20:44:38 +02:00
parent 05dd8473b5
commit f2c2778fb8

View file

@ -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;