disabled searxng and docker from workstation
This commit is contained in:
@@ -69,7 +69,6 @@ passwords and other secrets.
|
||||
imports = [
|
||||
# <agenix/modules/age.nix>
|
||||
./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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user