From f7aeb0efa087be198653d4a623d634522d775bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 18 Nov 2023 04:27:28 +0100 Subject: [PATCH] gitea: set location provider --- hosts/gitea/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/gitea/default.nix b/hosts/gitea/default.nix index 4e71b7c4..167c9e59 100644 --- a/hosts/gitea/default.nix +++ b/hosts/gitea/default.nix @@ -86,9 +86,10 @@ }; service = { DISABLE_REGISTRATION = true; + ENABLE_NOTIFY_MAIL = true; NO_REPLY_ADDRESS = "no_reply@c3d2.de"; REGISTER_EMAIL_CONFIRM = true; - ENABLE_NOTIFY_MAIL = true; + USER_LOCATION_MAP_URL = "https://www.openstreetmap.org/search?query="; }; session = { COOKIE_SECURE = lib.mkForce true;