353 current 2025-10-12 12:02:06 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-12 12:04:25 -05:00
parent f6379435b8
commit cd4cd68e96
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 352 current 2025-10-12 12:00:03 25.05.20251006.20c4598 6.12.50 *
# generation: 353 current 2025-10-12 12:02:06 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -92,8 +92,8 @@ in
# add to caddy for reverse proxy
services.caddy.virtualHosts."${cfg.url}" = {
extraConfig = ''
serverAliases = [ "pass.${homelab.public_domain}" ];
extraConfig = ''
tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
reverse_proxy http://127.0.0.1:${toString cfg.port}
'';