chore(nix): update builder public host key

This commit is contained in:
2026-06-11 16:07:53 -04:00
parent 36f2abc1a9
commit 4db8c17f70

View File

@@ -38,7 +38,7 @@ in
sshUser = "evanreichard"; sshUser = "evanreichard";
protocol = "ssh"; protocol = "ssh";
sshKey = config.sops.secrets.builder_ssh_key.path; sshKey = config.sops.secrets.builder_ssh_key.path;
publicHostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGlpC0rorATKzK8mLMKgCYqM5N2N/GgS2t4M13cwnAOS"; publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUdscEMwcm9yQVRLeks4bUxNS2dDWXFNNU4yTi9HZ1MydDRNMTNjd25BT1M=";
supportedFeatures = [ supportedFeatures = [
"benchmark" "benchmark"
"big-parallel" "big-parallel"