lol

nixos/frp: fix example url of configure file

zaldnoay 79599c86 96e42daf

+2 -2
+2 -2
nixos/modules/services/networking/frp.nix
··· 31 31 default = { }; 32 32 description = mdDoc '' 33 33 Frp configuration, for configuration options 34 - see the example of [client](https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini) 35 - or [server](https://github.com/fatedier/frp/blob/dev/conf/frps_full.ini) on github. 34 + see the example of [client](https://github.com/fatedier/frp/blob/dev/conf/frpc_legacy_full.ini) 35 + or [server](https://github.com/fatedier/frp/blob/dev/conf/frps_legacy_full.ini) on github. 36 36 ''; 37 37 example = literalExpression '' 38 38 {