1
0
Fork 0

hosts/web-2: return known_hosts with proper mime type

This commit is contained in:
clerie 2023-10-22 21:58:54 +02:00
parent 793d9300ee
commit 5d870740b6
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
};
locations."= /ssh/known_hosts" = {
alias = pkgs.writeText "known_hosts" (import ../../lib/ssh-known-hosts.nix);
extraConfig = ''
types { } default_type "text/plain; charset=utf-8";
'';
};
locations."~ ^/.well-known/openpgpkey/hu/[a-z0-9]+/?$" = {
extraConfig = ''