feat: Update to raspberry pi stuff
This commit is contained in:
@@ -34,15 +34,7 @@
|
||||
options = "--delete-older-than +5";
|
||||
};
|
||||
package = pkgs.nixVersions.latest;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "sh.darksailor.dev";
|
||||
sshUser = "remotebuilder";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"];
|
||||
}
|
||||
];
|
||||
buildMachines = [];
|
||||
distributedBuilds = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user