Enable SearXNG locally

This commit is contained in:
xmm16 2024-12-14 02:27:05 -03:00
commit 0e71a5d848
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./fonts.nix ./fonts.nix
./sound.nix ./sound.nix
./ui.nix ./ui.nix
./searxng.nix
]; ];
config = { config = {

View file

@ -0,0 +1,6 @@
{...}: {
service.searx = {
enable = true;
redisCreateLocally = true;
};
}