general: update gpg/ssh keys and remove public_files from repo

This commit is contained in:
Fabian Montero 2025-08-29 00:38:22 -06:00
parent e62691fbda
commit f8c530203c
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
13 changed files with 6 additions and 63 deletions

View file

@ -37,17 +37,7 @@ in {
enableACME = true;
locations = {
"/".root = "${pkgs.local.homepage}";
"~ ^/public(?:/(.*))?$" = {
# https://serverfault.com/a/476368
alias = "${../public_files}/$1";
extraConfig = ''
autoindex on;
autoindex_exact_size on;
autoindex_localtime on;
autoindex_format html;
'';
};
"/.well-known/openpgpkey/hu/".alias = "/var/public/wkd/";
};
};
};