183 current 2025-10-09 20:51:03 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 21:19:28 -05:00
parent 5421f468e9
commit 96da0a67c5

View File

@@ -18,7 +18,7 @@ in
};
url = lib.mkOption {
type = lib.types.str;
default = "${service}.${homelab.base_domain}";
default = "hass.${homelab.base_domain}";
description = "set domain for ${service}";
};
data_dir = lib.mkOption {
@@ -94,7 +94,7 @@ in
};
};
# external reverse proxy entry
services.nginx.virtualHosts."${service}.blakedheld.xyz" = {
services.nginx.virtualHosts."hass.blakedheld.xyz" = {
forceSSL = true;
sslCertificate = sec."ssl_blakedheld_crt".path;
sslCertificateKey = sec."ssl_blakedheld_key".path;