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
init-gitea
stuebinm 2022-08-03 11:26:05 +02:00
parent e246563f57
commit 45ceeef189
No known key found for this signature in database
GPG Key ID: 695C841098BECF1D
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;
};