about summary refs log tree commit diff
path: root/modules/nixfiles/searx.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixfiles/searx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixfiles/searx.nix b/modules/nixfiles/searx.nix
index d5d00a2..c01c517 100644
--- a/modules/nixfiles/searx.nix
+++ b/modules/nixfiles/searx.nix
@@ -8,7 +8,7 @@ with lib; let
   cfg = config.nixfiles.modules.searx;
 in {
   options.nixfiles.modules.searx = {
-    enable = mkEnableOption "Whether to enable SearX.";
+    enable = mkEnableOption "SearX";
 
     port = mkOption {
       description = "Port.";

Consider giving Nix/NixOS a try! <3