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.
|
# dying. See https://news.ycombinator.com/item?id=25737611.
|
||||||
serverAliveInterval = 25;
|
serverAliveInterval = 25;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
"git.caspervk.net" = {
|
# Lambda exposes ssh on port 222 to allow git ssh on 22.
|
||||||
port = 2222;
|
"lambda" = {
|
||||||
|
port = 222;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# TODO: use addKeysToAgent attribute in Home Manager 24.04 instead of
|
# TODO: use addKeysToAgent attribute in Home Manager 24.04 instead of
|
||||||
|
|
Loading…
Reference in a new issue