1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(gitea): show correct SSH clone port

This commit is contained in:
2022-05-11 17:38:45 +02:00
parent 69332ec98d
commit 651f6d9319

View File

@@ -1,9 +1,12 @@
{
let
inherit (import <niveum/lib>) sshPort;
in {
services.gitea = {
enable = true;
disableRegistration = true;
rootUrl = "https://code.kmein.de";
appName = "code.kmein.de";
ssh.clonePort = sshPort;
};
services.nginx.virtualHosts."code.kmein.de" = {
forceSSL = true;