mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
add kuraokami as build machine
This commit is contained in:
parent
1141b7d523
commit
173f8e7cb5
1 changed files with 10 additions and 0 deletions
|
@ -81,6 +81,16 @@ in
|
||||||
sshKey = "/root/.ssh/builder";
|
sshKey = "/root/.ssh/builder";
|
||||||
maxJobs = 4;
|
maxJobs = 4;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
systems = getArchs "kuraokami";
|
||||||
|
supportedFeatures = self.nixosConfigurations.kuraokami.config.nix.settings.system-features;
|
||||||
|
hostName = "kuraokami";
|
||||||
|
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUtJbFZhWTZ0aTJkVFVGUks0eFVoRitxa1kwbUhiT3pNSWpjTjZpMFNiTW0gcm9vdEBrdXJhb2thbWkK";
|
||||||
|
protocol = "ssh-ng";
|
||||||
|
sshUser = "builder";
|
||||||
|
sshKey = "/root/.ssh/builder";
|
||||||
|
maxJobs = 24;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
distributedBuilds = true;
|
distributedBuilds = true;
|
||||||
package = pkgs.lix;
|
package = pkgs.lix;
|
||||||
|
|
Loading…
Reference in a new issue