From 742433a5442930609af0d3bbb1ab8ab71c422a66 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Fri, 29 Aug 2025 00:19:15 -0600 Subject: sys/web/sites/portal: enable Web Key Directory --- sys/web/sites/portal.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/web/sites/portal.nix') diff --git a/sys/web/sites/portal.nix b/sys/web/sites/portal.nix index 4b5f704..93b01bd 100644 --- a/sys/web/sites/portal.nix +++ b/sys/web/sites/portal.nix @@ -30,7 +30,10 @@ in { useACMEHost = domains.sysret.main; serverAliases = [domains.sysret.www]; - locations."/fsociety".return = "301 https://meet.posixlycorrect.com/%C6%92%C6%A8%C5%8F%C4%8B%D3%80%C9%99%CF%AE%D0%A3"; + locations = { + "/fsociety".return = "301 https://meet.posixlycorrect.com/%C6%92%C6%A8%C5%8F%C4%8B%D3%80%C9%99%CF%AE%D0%A3"; + "/.well-known/openpgpkey/hu/".alias = "/var/lib/pgp-wkd/"; + }; }; }; }; -- cgit v1.2.3