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
This commit is contained in:
parent
9bf75b9c3d
commit
6bba15faae
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@
|
|||
addr = "192.168.100.10";
|
||||
port = 22;
|
||||
} ];
|
||||
extraConfig = ''
|
||||
AcceptEnv GIT_PROTOCOL
|
||||
'';
|
||||
};
|
||||
})).config.system.build.toplevel;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue