fix: misc breakage from updates

This commit is contained in:
Gerg-L 2025-08-15 20:29:25 -04:00
parent b9590a22e3
commit de3349bb4d
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 6 additions and 7 deletions

View file

@ -44,7 +44,7 @@
services.nginx = {
enable = true;
recommendedZstdSettings = true;
experimentalZstdSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;

View file

@ -10,7 +10,7 @@ in
services.searx = {
enable = true;
package = pkgs.searxng;
runInUwsgi = true;
configureUwsgi = true;
uwsgiConfig = {
http = link.tuple;
disable-logging = true;