searx suks

This commit is contained in:
kity 2024-10-28 11:06:53 +01:00
parent 1761c29ad5
commit 63011dfd29
2 changed files with 1 additions and 18 deletions

View file

@ -1,18 +0,0 @@
{ config, ... }:
{
sops.secrets."searx" = {
sopsFile = ../secrets/searx.env;
format = "dotenv";
};
services.searx = {
enable = true;
redisCreateLocally = true;
settings = {
server.port = 8080;
server.secret_key = builtins.toJSON config.sops.secrets."searx";
server.bind_address = "0.0.0.0";
};
};
}

View file

@ -1,6 +1,7 @@
{ config, ... }:
{
imports = [
./akkoma.nix
./homelab-dashboard.nix
./nextcloud.nix
# ./photoprism.nix