diff --git a/workstation/configuration.org b/workstation/configuration.org index b0f798d..828132c 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -69,7 +69,6 @@ passwords and other secrets. imports = [ # ./fstab.nix - ./docker.nix (import "${home-manager}/nixos") # nixGaming.nixosModules.pipewireLowLatency ]; @@ -1057,25 +1056,6 @@ services = { httpListenAddr = "0.0.0.0"; directoryRoot = "/resilio"; }; - searx = { - enable = true; - package = pkgs.searxng; - runInUwsgi = true; - redisCreateLocally = true; - settings = { - server = { - port = 8888; - bind_address = "0.0.0.0"; - secret_key = "wowaweewa"; - }; - }; - uwsgiConfig = { - disable-logging = true; - http = ":8888"; # serve via HTTP... - socket = "/run/searx/searx.sock"; # ...or UNIX socket - chmod-socket = "660"; # allow the searx group to read/write to the socket - }; - }; }; #+end_src