gitea ssh on port 22
This commit is contained in:
parent
d1fa2cd011
commit
fea93af636
|
@ -14,8 +14,9 @@
|
|||
# dying. See https://news.ycombinator.com/item?id=25737611.
|
||||
serverAliveInterval = 25;
|
||||
matchBlocks = {
|
||||
"git.caspervk.net" = {
|
||||
port = 2222;
|
||||
# Lambda exposes ssh on port 222 to allow git ssh on 22.
|
||||
"lambda" = {
|
||||
port = 222;
|
||||
};
|
||||
};
|
||||
# TODO: use addKeysToAgent attribute in Home Manager 24.04 instead of
|
||||
|
|
Loading…
Reference in a new issue