52 current 2025-10-07 21:09:55 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 21:20:30 -05:00
parent 9f1f69fde3
commit 5d3cd0b266
2 changed files with 3 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ in
# networking.firewall.allowedTCPPorts = [ cfg.port ];
# internal reverse proxy entry
services.nginx.virtualHosts."vaultwarden.snowbelle.lan" = {
services.nginx.virtualHosts."pass.snowbelle.lan" = {
enableACME = false;
forceSSL = true;
sslCertificate = config.sops.secrets."ssl_blakedheld_crt".path;
@@ -60,6 +60,7 @@ in
locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";
};
};
# external reverse proxy entry
services.nginx.virtualHosts."vaultwarden.blakedheld.xyz" = {
enableACME = false;