1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

forgejo: add known host for central

This commit is contained in:
TheGeneralist 2026-01-24 15:55:59 +01:00
parent 54f5856164
commit 55c402c120
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -128,5 +128,10 @@ in
networking.firewall.trustedInterfaces = [ "br-+" ];
programs.ssh.knownHosts.central = {
hostNames = [ "central" ];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAMuvjhN26VXntKZdu7/rFc55EGK0B2wDXv6PIiMJSvD";
};
networking.firewall.allowedTCPPorts = [ 2222 ];
}