diff --git a/flake.nix b/flake.nix index 0163c96..a8ebccf 100644 --- a/flake.nix +++ b/flake.nix @@ -119,6 +119,12 @@ locations."/" = { root = "${pkg}"; }; + locations."/.well-known/" = { + extraConfig = '' + alias ${pkg}/.well-known/; + add_header Content-Type text/plain; + ''; + }; forceSSL = true; enableACME = true; }; diff --git a/public/.well-known/pronouns b/public/.well-known/pronouns new file mode 100644 index 0000000..03d8220 --- /dev/null +++ b/public/.well-known/pronouns @@ -0,0 +1,5 @@ +ashe: they/them (collectively) +rose: they/them +dawn: she/her +corona: she/they +echo: it/its