From 38a6af903e95d655b5a7fe19be8468280881a87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 15 Jan 2025 00:44:10 +0200 Subject: [PATCH] Attempt gitea fix --- services/gitea.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/services/gitea.nix b/services/gitea.nix index 095ce87..99bb743 100644 --- a/services/gitea.nix +++ b/services/gitea.nix @@ -19,10 +19,8 @@ repository = { ENABLE_PUSH_CREATE_USER = true; }; - ui = { - DEFAULT_SHOW_FULL_NAME = true; - meta.AUTHOR = "Gitea, hosted by Vili Sinervä"; - }; + ui.DEFAULT_SHOW_FULL_NAME = true; + "ui.meta".AUTHOR = "Gitea, hosted by Vili Sinervä"; server = { DOMAIN = "gitea.vsinerva.fi"; HTTP_PORT = 8000;