1
Fork 0

Try to fix forgejo again...

This commit is contained in:
prescientmoon 2024-11-14 12:55:51 +01:00
parent 41e635754e
commit f90b8e27fe
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
4 changed files with 9 additions and 9 deletions
hosts/nixos/lapetus/services

View file

@ -30,8 +30,8 @@
ROOT_URL = config.satellite.cloudflared.at.git.url;
LANDING_PAGE = "prescientmoon"; # Make my profile the landing page
START_SSH_SERVER = true;
BUILTIN_SSH_SERVER_USER = "git";
# START_SSH_SERVER = true;
# BUILTIN_SSH_SERVER_USER = "git";
SSH_DOMAIN = config.satellite.cloudflared.at."ssh.git".host;
SSH_LISTEN_PORT = config.satellite.ports.forgejo-ssh;
};