nix-community: add ed25519 key

This commit is contained in:
Serĉanto de Scio 2024-05-22 21:58:16 +10:00
parent 4ec35cd3bb
commit c22947904b
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -1,6 +1,10 @@
# Use the Nix community aarch64 server as a build server # Use the Nix community aarch64 server as a build server
# https://github.com/nix-community/aarch64-build-box # https://github.com/nix-community/aarch64-build-box
{ {
programs.ssh.knownHosts."aarch64.nixos.community" = {
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds";
};
nix = { nix = {
distributedBuilds = true; distributedBuilds = true;
buildMachines = [ buildMachines = [