add kuraokami as build machine

This commit is contained in:
Johannes Jöns 2024-09-01 16:04:03 +02:00
parent 1141b7d523
commit 173f8e7cb5

View file

@ -81,6 +81,16 @@ in
sshKey = "/root/.ssh/builder";
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;
package = pkgs.lix;