gitea ssh on port 22

This commit is contained in:
Casper V. Kristensen 2024-03-28 18:02:48 +01:00
parent d1fa2cd011
commit fea93af636

View file

@ -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