diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixfiles/searx.nix | 2 |
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."; |