Skip to content

Commit

Permalink
Fix public key for a aarch64 box
Browse files Browse the repository at this point in the history
  • Loading branch information
PerchunPak committed Jan 7, 2025
1 parent df17aba commit 8bb69c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/remote-builders/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
protocol = "ssh-ng";
sshUser = "perchun";
sshKey = "/home/perchun/.ssh/id_ed25519";
publicHostKey = "YWFyY2g2NC1idWlsZC1ib3gubml4LWNvbW11bml0eS5vcmcgc3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUc5dXlmaHlsaStCUnRrNjR5K25pcXRiK3NLcXVSR0daODdmNFlSYzhFRTEK";
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUc5dXlmaHlsaStCUnRrNjR5K25pcXRiK3NLcXVSR0daODdmNFlSYzhFRTEK";
maxJobs = 40; # 80 cores
systems = [ "aarch64-linux" ];
supportedFeatures = [
Expand Down

0 comments on commit 8bb69c2

Please sign in to comment.