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 a5bb005..d5d00a2 100644
--- a/modules/nixfiles/searx.nix
+++ b/modules/nixfiles/searx.nix
@@ -59,7 +59,7 @@ in {
           server = {
             bind_address = "127.0.0.1";
             inherit (cfg) port;
-            secret_key = "@SECRET_KEY@";
+            secret_key = "@SEARX_SECRET_KEY@";
             base_url = false;
             image_proxy = false;
             default_http_headers = {

Consider giving Nix/NixOS a try! <3