mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge f417c8a705 into 14fbadd9aa
This commit is contained in:
commit
28208e37b4
1 changed files with 15 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue