rp5: add debian pi as remote builder

This commit is contained in:
Christoph Hollizeck 2024-11-20 05:56:05 +01:00
parent 335070d08e
commit b75537a353
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -32,6 +32,25 @@ in
backupFileExtension = ".bak"; backupFileExtension = ".bak";
}; };
nix = {
buildMachines = [
{
hostName = "pi";
sshUser = "remotebuild";
sshKey = "/root/.ssh/remotebuild";
systems = [ "aarch64-linux" ];
protocol = "ssh-ng";
supportedFeatures = [
"nixos-test"
"big-parallel"
];
}
];
distributedBuilds = true;
};
${namespace} = { ${namespace} = {
archetypes = { archetypes = {
gaming.enable = true; gaming.enable = true;