352 current 2025-10-12 12:00:03 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-12 12:02:08 -05:00
parent 36213c47c9
commit f6379435b8
3 changed files with 3 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: 351 current 2025-10-12 11:59:13 25.05.20251006.20c4598 6.12.50 * # generation: 352 current 2025-10-12 12:00:03 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

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

View File

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