nix-community: add ed25519 key
This commit is contained in:
parent
4ec35cd3bb
commit
c22947904b
|
@ -1,6 +1,10 @@
|
|||
# Use the Nix community aarch64 server as a build server
|
||||
# https://github.com/nix-community/aarch64-build-box
|
||||
{
|
||||
programs.ssh.knownHosts."aarch64.nixos.community" = {
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMUTz5i9u5H2FHNAmZJyoJfIGyUm/HfGhfwnc142L3ds";
|
||||
};
|
||||
|
||||
nix = {
|
||||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
|
|
Loading…
Reference in a new issue