mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -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 = [
|
nixpkgs.overlays = [
|
||||||
(final: super: {
|
(final: super: {
|
||||||
makeModulesClosure = x:
|
makeModulesClosure = x:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue