about summary refs log tree commit diff
path: root/modules/searx.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/searx.nix4
1 files changed, 2 insertions, 2 deletions
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;

Consider giving Nix/NixOS a try! <3