fix(auth): add ssh ports

This commit is contained in:
514fpv 2024-03-19 08:56:21 +08:00
parent bb89270e5e
commit 71aa5cf216
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;
};
};
}