mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
forgejo(ssh): fix central's key
This commit is contained in:
parent
51ecf21e68
commit
0a8ea8a332
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ in
|
||||||
|
|
||||||
programs.ssh.knownHosts.central = {
|
programs.ssh.knownHosts.central = {
|
||||||
hostNames = [ "central" ];
|
hostNames = [ "central" ];
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAMuvjhN26VXntKZdu7/rFc55EGK0B2wDXv6PIiMJSvD";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkFvw9+AispgqwaYg3ksAZTHJgkCDwFTbWzUh/pVcAS";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 2222 ];
|
networking.firewall.allowedTCPPorts = [ 2222 ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue