331 current 2025-10-11 20:05:53 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 20:07:17 -05:00
parent 60206f942e
commit 339d04c8fe
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 330 current 2025-10-11 20:03:49 25.05.20251006.20c4598 6.12.50 *
# generation: 331 current 2025-10-11 20:05:53 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -28,8 +28,8 @@ in
forceSSL = true;
sslCertificate = sec."ssl_blakedheld_crt".path;
sslCertificateKey = sec."ssl_blakedheld_key".path;
root = "/etc/webroot_keys";
locations."/klefki_pub.asc" = {
root = "/etc/webroot_keys";
extraConfig = ''
add_header Content-Disposition "attachment; filename=pubkey.asc";
'';