gitea: git protocol v2 over ssh

cf. https://docs.gitea.io/en-us/config-cheat-sheet/#git-git, entry for
option ENABLE_AUTO_GIT_WIRE_PROTOCOL
pull/1/head^2^2
stuebinm 2022-08-03 11:26:05 +02:00 committed by moira
parent 9bf75b9c3d
commit 6bba15faae
Signed by: moira
GPG Key ID: AF92FDD91CB44B2F
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@
addr = "192.168.100.10";
port = 22;
} ];
extraConfig = ''
AcceptEnv GIT_PROTOCOL
'';
};
})).config.system.build.toplevel;
};