summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorServal <servalcat@pm.me>2019-11-28 02:09:18 +0800
committerServal <servalcat@pm.me>2019-11-28 02:10:37 +0800
commit899d38170cfedc567da0b11d346a9f47f65e0a86 (patch)
tree86770644c4fdcaecf0478c240eccff83ce9e0061 /nixos
parent740e85f847551b277d36a5502cd763ccfbea0315 (diff)
downloadnixpkgs-899d38170cfedc567da0b11d346a9f47f65e0a86.tar
nixpkgs-899d38170cfedc567da0b11d346a9f47f65e0a86.tar.gz
nixpkgs-899d38170cfedc567da0b11d346a9f47f65e0a86.tar.bz2
nixpkgs-899d38170cfedc567da0b11d346a9f47f65e0a86.tar.lz
nixpkgs-899d38170cfedc567da0b11d346a9f47f65e0a86.tar.xz
nixpkgs-899d38170cfedc567da0b11d346a9f47f65e0a86.tar.zst
nixpkgs-899d38170cfedc567da0b11d346a9f47f65e0a86.zip
v2ray: fixups and change to `buildGoModule`
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/v2ray.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/v2ray.nix b/nixos/modules/services/networking/v2ray.nix
index f1556bb1279..a1774cdffbb 100644
--- a/nixos/modules/services/networking/v2ray.nix
+++ b/nixos/modules/services/networking/v2ray.nix
@@ -12,7 +12,7 @@ with lib;
         description = ''
           Whether to run v2ray server.
 
-          Either `configFile` or `config` must be specified.
+          Either <literal>configFile</literal> or <literal>config</literal> must be specified.
         '';
       };
 
@@ -23,7 +23,7 @@ with lib;
         description = ''
           The absolute path to the configuration file.
 
-          Either `configFile` or `config` must be specified.
+          Either <literal>configFile</literal> or <literal>config</literal> must be specified.
 
           See <link xlink:href="https://v2ray.com/en/configuration/overview.html"/>.
         '';