feat: migrate to agenix for secret management
This commit is contained in:
parent
e7e8d154aa
commit
8e174ba500
23 changed files with 234 additions and 120 deletions
|
|
@ -5,11 +5,12 @@
|
|||
enable = true;
|
||||
package = pkgs.searxng;
|
||||
redisCreateLocally = true;
|
||||
environmentFile = config.age.secrets.searx-env.path;
|
||||
settings = {
|
||||
server = {
|
||||
port = 8082;
|
||||
bind_address = "127.0.0.1";
|
||||
secret_key = config.mySecrets.searxKey;
|
||||
secret_key = "@SEARXNG_SECRET@";
|
||||
};
|
||||
search = {
|
||||
request_timeout = 1.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue