54 current 2025-10-07 21:38:22 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 21:40:02 -05:00
parent 750d5d051c
commit 2a01c6f02d
2 changed files with 2 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: 53 current 2025-10-07 21:21:52 25.05.20251001.5b5be50 6.12.49 * # generation: 54 current 2025-10-07 21:38:22 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -79,7 +79,7 @@ in
}; };
}; };
# external reverse proxy entry # external reverse proxy entry
services.nginx.virtualHosts."vaultwarden.blakedheld.xyz" = { services.nginx.virtualHosts."pass.blakedheld.xyz" = {
enableACME = false; enableACME = false;
forceSSL = true; forceSSL = true;
sslCertificate = config.sops.secrets."ssl_blakedheld_crt".path; sslCertificate = config.sops.secrets."ssl_blakedheld_crt".path;