1
0

hosts/web-2: expose know_hosts

This commit is contained in:
2023-05-02 18:01:39 +02:00
parent d068fea2ce
commit cb12fb64cb
2 changed files with 16 additions and 0 deletions

View File

@@ -18,6 +18,9 @@
rev = "d3f220899ecb98e87026ee0a7600bb8898ae3c42";
sha256 = "sha256-3o2/+m5OGSfc5RTrS4/j/aVibDasQISL7vY+J3yxbB8=";
};
locations."= /ssh/known_hosts" = {
alias = pkgs.writeText "known_hosts" (import ../../lib/ssh-known-hosts.nix);
};
locations."~ ^/.well-known/openpgpkey/hu/[a-z0-9]+/?$" = {
extraConfig = ''
default_type application/octet-stream;