254 current 2025-10-10 23:53:30 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 00:13:51 -05:00
parent b677b2f547
commit 42f5eb9c1a
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 253 current 2025-10-10 23:51:29 25.05.20251006.20c4598 6.12.50 *
# generation: 254 current 2025-10-10 23:53:30 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -105,6 +105,9 @@ in
forceSSL = true;
sslCertificate = sec."ssl_blakedheld_crt".path;
sslCertificateKey = sec."ssl_blakedheld_key".path;
extraConfig = ''
proxy_buffering off;
'';
locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";
};
@@ -114,6 +117,9 @@ in
forceSSL = true;
sslCertificate = sec."ssl_blakedheld_crt".path;
sslCertificateKey = sec."ssl_blakedheld_key".path;
extraConfig = ''
proxy_buffering off;
'';
locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}";
};