Define remote builder

This commit is contained in:
Gene Liverman 2025-09-24 10:52:35 -04:00
parent fc80792035
commit b7d5ec11ad

View file

@ -41,6 +41,15 @@
};
};
nix.buildMachines = [
{
hostName = "hetznix02.technicalissues.us";
sshUser = "${username}";
protocol = "ssh-ng";
systems = ["aarch64-linux"];
}
];
nixpkgs.overlays = [
(final: super: {
makeModulesClosure = x: