Skip to content

Commit

Permalink
Use hetzarm domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed May 17, 2024
1 parent beea3bd commit 127e23c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions modules/remotebuild.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

buildMachines = [
{
hostName = "hetzarm";
hostName = "hetzarm.vedenemo.dev";
system = "aarch64-linux";
maxJobs = 80;
speedFactor = 1;
Expand All @@ -17,12 +17,8 @@
};

programs.ssh = {
extraConfig = ''
Host hetzarm
HostName 65.21.20.242
'';
knownHosts = {
"65.21.20.242".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILx4zU4gIkTY/1oKEOkf9gTJChdx/jR3lDgZ7p/c7LEK";
"hetzarm.vedenemo.dev".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILx4zU4gIkTY/1oKEOkf9gTJChdx/jR3lDgZ7p/c7LEK";
};
};
}

0 comments on commit 127e23c

Please sign in to comment.