From f846668c8afca1aae3da28317b4052374d37ac3c Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Thu, 7 Dec 2023 00:24:39 -0700 Subject: [PATCH] add .well-known --- flake.nix | 6 ++++++ public/.well-known/pronouns | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 public/.well-known/pronouns 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