mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
machine/thinkman: run tests locally
This commit is contained in:
parent
05dd8473b5
commit
f2c2778fb8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue