mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Define remote builder
This commit is contained in:
parent
fc80792035
commit
b7d5ec11ad
1 changed files with 9 additions and 0 deletions
|
|
@ -41,6 +41,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
nix.buildMachines = [
|
||||
{
|
||||
hostName = "hetznix02.technicalissues.us";
|
||||
sshUser = "${username}";
|
||||
protocol = "ssh-ng";
|
||||
systems = ["aarch64-linux"];
|
||||
}
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: super: {
|
||||
makeModulesClosure = x:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue