about summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorzaldnoay <zaldnoay@users.noreply.github.com>2023-09-20 13:55:53 +0800
committerzaldnoay <zaldnoay@users.noreply.github.com>2023-09-20 13:55:53 +0800
commit79599c86ae797e9c933352dbca1cb50373b821bf (patch)
treeb9cef7a73c364a28698fa5338e741d0e85d16997 /nixos/modules/services/networking
parent96e42dafe922c8ff2a7604ed3874275efddadd1a (diff)
downloadnixlib-79599c86ae797e9c933352dbca1cb50373b821bf.tar
nixlib-79599c86ae797e9c933352dbca1cb50373b821bf.tar.gz
nixlib-79599c86ae797e9c933352dbca1cb50373b821bf.tar.bz2
nixlib-79599c86ae797e9c933352dbca1cb50373b821bf.tar.lz
nixlib-79599c86ae797e9c933352dbca1cb50373b821bf.tar.xz
nixlib-79599c86ae797e9c933352dbca1cb50373b821bf.tar.zst
nixlib-79599c86ae797e9c933352dbca1cb50373b821bf.zip
nixos/frp: fix example url of configure file
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/frp.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/frp.nix b/nixos/modules/services/networking/frp.nix
index 09d2b7736302..e4f9a220b5e8 100644
--- a/nixos/modules/services/networking/frp.nix
+++ b/nixos/modules/services/networking/frp.nix
@@ -31,8 +31,8 @@ in
         default = { };
         description = mdDoc ''
           Frp configuration, for configuration options
-          see the example of [client](https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini)
-          or [server](https://github.com/fatedier/frp/blob/dev/conf/frps_full.ini) on github.
+          see the example of [client](https://github.com/fatedier/frp/blob/dev/conf/frpc_legacy_full.ini)
+          or [server](https://github.com/fatedier/frp/blob/dev/conf/frps_legacy_full.ini) on github.
         '';
         example = literalExpression ''
           {