stockholm/makefu/2configs/remote-build/gum.nix
2019-02-08 15:17:23 +01:00

16 lines
297 B
Nix

{
nix = {
distributedBuilds = true;
buildMachines = [
{
hostName = "gum.krebsco.de";
maxJobs = 8;
sshKey = toString <secrets/id_nixBuild>;
sshUser = "nixBuild";
system = "x86_64-linux";
supportedFeatures = [ ];
}
];
};
}