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";