36 lines
1.4 KiB
Nix
36 lines
1.4 KiB
Nix
{
|
|
programs.ssh.knownHosts = {
|
|
build01 = {
|
|
hostNames = [ "build01.nix-community.org" ];
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIElIQ54qAy7Dh63rBudYKdbzJHrrbrrMXLYl7Pkmk88H";
|
|
};
|
|
build02 = {
|
|
hostNames = [ "build02.nix-community.org" ];
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMm3/o1HguyRL1z/nZxLBY9j/YUNXeNuDoiBLZAyt88Z";
|
|
};
|
|
build03 = {
|
|
hostNames = [ "build03.nix-community.org" ];
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFiozp1A1+SUfJQPa5DZUQcVc6CZK2ZxL6FJtNdh+2TP";
|
|
};
|
|
build04 = {
|
|
hostNames = [ "build04.nix-community.org" ];
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINvzMJfCiVKGfEjCfBZqDD7Kib5y+2zz04YI8XrCZ68O";
|
|
};
|
|
darwin01 = {
|
|
hostNames = [ "darwin01.nix-community.org" ];
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFz8FXSVEdf8FvDMfboxhB5VjSe7y2WgSa09q1L4t099";
|
|
};
|
|
darwin02 = {
|
|
hostNames = [ "darwin02.nix-community.org" ];
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIIcqYTe10t/jJitpfr0lr55lKVltAQkWiMp4tNY7mZQ";
|
|
};
|
|
hetzner-storage-box = {
|
|
hostNames = [ "[u416406.your-storagebox.de]:23" ];
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIICf9svRenC/PLKIL9nk6K/pxQgoiFC41wTNvoIncOxs";
|
|
};
|
|
web02 = {
|
|
hostNames = [ "web02.nix-community.org" ];
|
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILAkBZMRNgsJ/IbLtjMHqBw/9+4tyn9nT+5B5RFiV0vJ";
|
|
};
|
|
};
|
|
}
|