From 3c7832a1ac0623ad21c5ade65095b266c410d409 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 14 Apr 2025 18:08:57 +0300 Subject: [PATCH] try this --- modules/services/forgejo.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/services/forgejo.nix b/modules/services/forgejo.nix index 4910748..ef87196 100644 --- a/modules/services/forgejo.nix +++ b/modules/services/forgejo.nix @@ -24,12 +24,15 @@ settings = { DEFAULT = { APP_NAME = "osbm's self hosted git service"; - APP_SLOGAN = "\"After all, all devices have their dangers. The discovery of speech introduced communication and lies.\" -Isaac Asimov"; }; server = { DOMAIN = "git.osbm.dev"; ROOT_URL = "https://git.osbm.dev/"; }; + ui.meta = { + AUTHOR = "osbm"; + DESCRIPTION = "\"After all, all devices have their dangers. The discovery of speech introduced communication and lies.\" -Isaac Asimov"; + }; service = { DISABLE_REGISTRATION = true; LANDING_PAGE = "/osbm";