forked from the-distro/infra
raito
daa99e83e8
Otherwise, buildbot cannot listen to the stream of events. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
8 lines
300 B
Nix
8 lines
300 B
Nix
{ ... }:
|
|
{
|
|
programs.ssh.knownHosts = {
|
|
"[cl.forkos.org]:29418".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM82mJ259C8Nc+BHHNBeRWXWhL3dfirQhmFbDAwHMle3";
|
|
"[gerrit.lix.systems]:2022".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICC/S6Z56uhv7zBMutkV0nU8eDuRcl3trykGWBch4L/l";
|
|
};
|
|
}
|