tohru, yevaud, orm: build remotely on kilgharrah instead of kalessin
This commit is contained in:
parent
b25aa75d37
commit
e3d5e11288
4 changed files with 11 additions and 3 deletions
|
@ -40,6 +40,14 @@ in
|
|||
sshKey = cfg.keyFile;
|
||||
systems = [ "aarch64-linux" "x86_64-linux" ];
|
||||
supportedFeatures = [ ];
|
||||
})
|
||||
++ (optional (elem "kilgharrah" cfg.builders) {
|
||||
hostName = config.birdsong.hosts."kilgharrah".ipv4;
|
||||
sshUser = "remotebuild";
|
||||
sshKey = cfg.keyFile;
|
||||
systems = [ "x86_64-linux" ];
|
||||
maxJobs = 12;
|
||||
supportedFeatures = [ "big-parallel" ];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue