home(auth): add ssh ports

This commit is contained in:
514fpv 2024-03-19 08:56:21 +08:00
parent dff75439a1
commit 710cec9d0f
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -22,4 +22,12 @@
}; };
}; };
}; };
programs.ssh = {
enable = true;
matchBlocks = {
"edge.514fpv.io".port = 8086;
"sf.514fpv.io".port = 8087;
};
};
} }