355 current 2025-10-12 12:06:38 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-12 12:09:54 -05:00
parent 6ca3f8fedc
commit bad309eb60
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 354 current 2025-10-12 12:04:23 25.05.20251006.20c4598 6.12.50 *
# generation: 355 current 2025-10-12 12:06:38 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -107,10 +107,11 @@ in
services.caddy.virtualHosts."${cfg.url}" = {
serverAliases = [ "pass.${homelab.public_domain}" ];
extraConfig = ''
tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
tls /etc/ssl/blakedheld.xyz.crt /etc/ssl/blakedheld.xyz.key
reverse_proxy http://127.0.0.1:${toString cfg.port}
'';
};
# tls ${sec."ssl_blakedheld_crt".path} ${sec."ssl_blakedheld_key".path}
# add to glance
modules.services.glance.links.services = [{