Fixed double declartion redis overhauls

This commit is contained in:
2026-06-25 14:38:38 +02:00
parent da06bed086
commit 06a7a048cf
+2
View File
@@ -11,6 +11,8 @@ let
port = 11080;
in
{
boot.kernel.sysctl."vm.overcommit_memory" = lib.mkForce "1";
services.searx = {
enable = true;
package = pkgs.searxng;