Enable searxng on tien

This commit is contained in:
Johannes Rothe 2024-11-16 20:47:59 +01:00
parent debd796b25
commit 58ca4f3d55

View File

@ -58,6 +58,17 @@
}; };
}; };
services.searx = {
enable = true;
redisCreateLocally = true;
settings.server = {
bind_address = "0.0.0.0";
port = 8888;
secret_key = "localonly";
};
};
services.tailscale.enable = true; services.tailscale.enable = true;
system.stateVersion = "24.05"; system.stateVersion = "24.05";