Start SSH server for Gitea
This commit is contained in:
parent
bae4f4ddef
commit
93bc54ec67
@ -132,6 +132,8 @@ in {
|
||||
user = mkIf (cfg.user != null) cfg.user;
|
||||
settings = mkIf (cfg.ssh != null) {
|
||||
server = {
|
||||
START_SSH_SERVER = true;
|
||||
|
||||
# Displayed in the clone URL
|
||||
SSH_DOMAIN = cfg.hostname;
|
||||
SSH_PORT = mkForce cfg.ssh.listen-port;
|
||||
|
Loading…
x
Reference in New Issue
Block a user