rp5: add debian pi as remote builder
This commit is contained in:
parent
335070d08e
commit
b75537a353
|
@ -32,6 +32,25 @@ in
|
|||
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} = {
|
||||
archetypes = {
|
||||
gaming.enable = true;
|
||||
|
|
Loading…
Reference in a new issue