175 current 2025-10-09 16:08:54 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 16:09:48 -05:00
parent 0249e1f179
commit 273041dc47
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 174 current 2025-10-09 15:56:51 25.05.20251006.20c4598 6.12.50 * # generation: 175 current 2025-10-09 16:08:54 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -76,7 +76,7 @@ in
# internal reverse proxy entry # internal reverse proxy entry
services.nginx.virtualHosts."${cfg.url}" = { services.nginx.virtualHosts."${cfg.url}" = {
forceSSL = true; forceSSL = false;
sslCertificate = sec."ssl_blakedheld_crt".path; sslCertificate = sec."ssl_blakedheld_crt".path;
sslCertificateKey = sec."ssl_blakedheld_key".path; sslCertificateKey = sec."ssl_blakedheld_key".path;
locations."/" = { locations."/" = {