This commit is contained in:
Gene Liverman 2026-03-16 18:13:13 +00:00 committed by GitHub
commit 28208e37b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,21 @@
};
};
nix = {
buildMachines = [
{
hostName = "hetznix02.technicalissues.us";
sshUser = "${username}";
sshKey = "/home/${username}/id_ed25519";
protocol = "ssh-ng";
systems = ["aarch64-linux"];
maxJobs = 3;
speedFactor = 3;
}
];
distributedBuilds = true;
};
nixpkgs.overlays = [
(final: super: {
makeModulesClosure = x: