diff --git a/vps-configuration.nix b/vps-configuration.nix index 2390881..1f24ddf 100644 --- a/vps-configuration.nix +++ b/vps-configuration.nix @@ -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; system.stateVersion = "24.05";