git ssh user

This commit is contained in:
randogoth 2026-07-23 12:50:27 +02:00
parent 8135490639
commit 4e48084aae

View file

@ -18,6 +18,7 @@ in
START_SSH_SERVER = true;
SSH_PORT = 2222; # advertised in clone URLs
SSH_LISTEN_PORT = 2222; # built-in server listen port
SSH_USER = "git"; # login user in clone URLs (default is the run user)
# SSH_DOMAIN defaults to DOMAIN (code.randogoth.com)
};
service = {