319 current 2025-10-11 19:39:47 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 19:42:31 -05:00
parent 62f00a06b8
commit e663e247e5
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 318 current 2025-10-11 19:37:14 25.05.20251006.20c4598 6.12.50 *
# generation: 319 current 2025-10-11 19:39:47 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -29,8 +29,10 @@ in
sslCertificate = sec."ssl_blakedheld_crt".path;
sslCertificateKey = sec."ssl_blakedheld_key".path;
root = "/etc/webroot_keys";
locations."/" = {
index = "klefki_pub.asc";
locations."/klefki_pub.asc" = {
extraConfig = ''
add_header Content-Disposition "attachment; filename=klefki_pub.asc";
'';
};
};