Changes
2 changed files (+4/-4)
-
-
@@ -84,7 +84,7 @@ inserver: name: "${cfg.domain}" host: "127.0.0.1" port: ${cfg.port} port: ${builtins.toString cfg.port} ''; };
-
-
-
@@ -67,13 +67,13 @@ inlog_format: "text" ssh: listen_addr: ":${cfg.ssh-port}" public_url: "ssh://${cfg.ssh-domain}:${cfg.ssh-port}" listen_addr: ":${builtins.toString cfg.ssh-port}" public_url: "ssh://${cfg.ssh-domain}:${builtins.toString cfg.ssh-port}" max_timeout: 0 idle_timeout: 120 http: listen_addr: ":${cfg.http-port}" listen_addr: ":${builtins.toString cfg.http-port}" public_url: "${cfg.url}" git:
-