summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2023-01-23 16:02:35 +0100
committerBrian Picciano <mediocregopher@gmail.com>2023-01-23 16:02:35 +0100
commitc4520f2c84c0d4555bdb02f4ec7b2d1a8bdefca2 (patch)
tree04c343906811c87283d88ae131ac6441265db73f /flake.nix
parentaba69d432959f3c1edc78b1ec2e0891120af5ae2 (diff)
Automatically bridge gemini links to a gateway on http site
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 801ebdb..3a1eb3e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -43,6 +43,7 @@
export MEDIOCRE_BLOG_HTTP_PUBLIC_URL="$MEDIOCRE_BLOG_ML_PUBLIC_URL"
export MEDIOCRE_BLOG_HTTP_LISTEN_PROTO="tcp"
export MEDIOCRE_BLOG_HTTP_LISTEN_ADDR=":4000"
+ export MEDIOCRE_BLOG_HTTP_GEMINI_GATEWAY_URL="https://nightfall.city/x/"
# http auth
# (password is "bar". This should definitely be changed for prod.)