fix add secret key
This commit is contained in:
parent
fba19b47cc
commit
946f4dc081
1 changed files with 2 additions and 0 deletions
|
|
@ -2,10 +2,12 @@
|
|||
services.searx = {
|
||||
enable = true;
|
||||
redisCreateLocally = true;
|
||||
environmentFile = "/mnt/data/searxng/.env";
|
||||
settings = {
|
||||
server = {
|
||||
bind_address = "127.0.0.1";
|
||||
port = 8091;
|
||||
secret_key = "$SECRET_KEY";
|
||||
};
|
||||
general = {
|
||||
debug = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue