troubleshoot key site
This commit is contained in:
@@ -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: 361, timestamp: 2025-10-12 14:12:47
|
# generation: 362, timestamp: 2025-10-12 14:14:12
|
||||||
{
|
{
|
||||||
description = "blakes nix config";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -52,10 +52,7 @@ in
|
|||||||
virtualHosts."key.${homelab.public_domain}" = {
|
virtualHosts."key.${homelab.public_domain}" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
root * /etc/ssl/keys
|
root * /etc/ssl/keys
|
||||||
@root path /
|
|
||||||
rewrite @root /klefki_pub.asc
|
|
||||||
file_server
|
file_server
|
||||||
header Content-Disposition "attachment"
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user