update searx

This commit is contained in:
zackartz 2024-05-03 15:42:26 -04:00
parent 1310c4c7eb
commit cdb638ef0e
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 16 additions and 17 deletions

View file

@ -84,20 +84,6 @@
};
};
services.nginx = {
enable = true;
package = pkgs.nginxStable.override {openssl = pkgs.libressl;};
virtualHosts = {
"search.zackmyers.io" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:8080";
};
};
};
};
security.acme = {
acceptTerms = true;
defaults.email = "zach@zacharymyers.com";