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:
parent
54f5856164
commit
55c402c120
1 changed files with 5 additions and 0 deletions
|
|
@ -128,5 +128,10 @@ in
|
|||
|
||||
networking.firewall.trustedInterfaces = [ "br-+" ];
|
||||
|
||||
programs.ssh.knownHosts.central = {
|
||||
hostNames = [ "central" ];
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAMuvjhN26VXntKZdu7/rFc55EGK0B2wDXv6PIiMJSvD";
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 2222 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue