about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorGuanran Wang <guanran928@outlook.com>2024-04-07 21:47:03 +0800
committerGuanran Wang <guanran928@outlook.com>2024-04-07 21:47:03 +0800
commit63c0c98167cd0866e3ec2c2b5bdb54cbf17d28a9 (patch)
treedc094769840ba4e1d6370b98510007334c461f0c /nixos
parent600b15aea1b36eeb43833a50b0e96579147099ff (diff)
nixos/mihomo: fix option description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/mihomo.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/nixos/modules/services/networking/mihomo.nix b/nixos/modules/services/networking/mihomo.nix
index ae700603b5290..312530caeaade 100644
--- a/nixos/modules/services/networking/mihomo.nix
+++ b/nixos/modules/services/networking/mihomo.nix
@@ -12,7 +12,7 @@ let
 in
 {
   options.services.mihomo = {
-    enable = lib.mkEnableOption "Mihomo, A rule-based proxy in Go.";
+    enable = lib.mkEnableOption "Mihomo, A rule-based proxy in Go";
 
     package = lib.mkPackageOption pkgs "mihomo" { };
 
@@ -28,14 +28,14 @@ in
       description = ''
         Local web interface to use.
 
-        You can also use the following website, just in case:
+        You can also use the following website:
         - metacubexd:
           - https://d.metacubex.one
           - https://metacubex.github.io/metacubexd
           - https://metacubexd.pages.dev
         - yacd:
           - https://yacd.haishan.me
-        - clash-dashboard (buggy):
+        - clash-dashboard:
           - https://clash.razord.top
       '';
     };
@@ -49,7 +49,7 @@ in
     tunMode = lib.mkEnableOption ''
       necessary permission for Mihomo's systemd service for TUN mode to function properly.
 
-      Keep in mind, that you still need to enable TUN mode manually in Mihomo's configuration.
+      Keep in mind, that you still need to enable TUN mode manually in Mihomo's configuration
     '';
   };