From 59180328cda59817d71cd58c8f48ead047375064 Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 17 Feb 2025 02:21:56 +0300 Subject: 2025-02-17 --- modules/searx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/searx.nix') diff --git a/modules/searx.nix b/modules/searx.nix index 1b1e6d5..d4e7e30 100644 --- a/modules/searx.nix +++ b/modules/searx.nix @@ -14,7 +14,7 @@ in port = lib.mkOption { description = "Port."; - type = with lib.types; port; + type = lib.types.port; default = 61001; }; @@ -48,7 +48,7 @@ in settings = { general = { instance_name = cfg.domain; - contact_url = "mailto:searx@${config.networking.domain}"; + contact_url = "mailto:webmaster@${config.networking.domain}"; git_url = false; git_branch = false; docs_url = false; -- cgit 1.4.1