321 current 2025-10-11 19:47:16 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 19:48:37 -05:00
parent 24afedc523
commit 04ebc668ce
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 320 current 2025-10-11 19:42:29 25.05.20251006.20c4598 6.12.50 *
# generation: 321 current 2025-10-11 19:47:16 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -24,15 +24,15 @@ in
};
# static entries
services.nginx.virtualHosts."key.${homelab.public_domain}" = {
forceSSL = true;
sslCertificate = sec."ssl_blakedheld_crt".path;
sslCertificateKey = sec."ssl_blakedheld_key".path;
root = "/etc/webroot_keys";
locations."/klefki_pub.asc" = {
index = "klefki_pub.asc";
};
};
# services.nginx.virtualHosts."key.${homelab.public_domain}" = {
# forceSSL = true;
# sslCertificate = sec."ssl_blakedheld_crt".path;
# sslCertificateKey = sec."ssl_blakedheld_key".path;
# root = "/etc/webroot_keys";
# locations."/klefki_pub.asc" = {
# index = "klefki_pub.asc";
# };
# };
# nginx secrets
sops.secrets = {