From d8b9cf1f61cc07d625f1c37ccc28adfd58918416 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 6 Sep 2025 12:06:00 -0600 Subject: sys/web/sites/portal: enable static site at sysret.org --- sys/web/sites/portal.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/web/sites') diff --git a/sys/web/sites/portal.nix b/sys/web/sites/portal.nix index 93b01bd..c4d948e 100644 --- a/sys/web/sites/portal.nix +++ b/sys/web/sites/portal.nix @@ -1,6 +1,7 @@ { config, lib, + pkgs, ... }: with lib; let @@ -31,6 +32,7 @@ in { serverAliases = [domains.sysret.www]; locations = { + "/".alias = "${pkgs.local.sysret-static}/"; "/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