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"; hostName = "buehler.rocks";
system = "x86_64-linux"; system = "x86_64-linux";
supportedFeatures = [ "nixos-test" "benchmark" "kvm" "big-parallel" ]; supportedFeatures = [ "benchmark" "kvm" "big-parallel" ];
sshUser = "nixremote"; sshUser = "nixremote";
sshKey = secrets."nixremote/ssh_key".path; sshKey = secrets."nixremote/ssh_key".path;
maxJobs = 4; maxJobs = 4;