nixos/frp: added more documentation

Made module option documentation more in line with original example configuration
This commit is contained in:
Bestest-Coder
2025-12-10 12:27:56 +01:00
committed by Weijia Wang
parent 8330abc5b3
commit 8026c978bb
@@ -54,6 +54,15 @@ in
example = {
serverAddr = "x.x.x.x";
serverPort = 7000;
proxies = [
{
name = "ssh";
type = "tcp";
localIP = "127.0.0.1";
localPort = 22;
remotePort = 6000;
}
];
};
};
};