general: update gpg/ssh keys and remove public_files from repo
This commit is contained in:
parent
e62691fbda
commit
f8c530203c
13 changed files with 6 additions and 63 deletions
|
@ -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/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue