From c028b9b6ed2810fc621a08c0d67c41d435ba42af Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 23 Dec 2024 14:23:23 +0100 Subject: [PATCH] gitea: don't set default theme Themes where renamed upstream https://github.com/go-gitea/gitea/pull/27419 --- systems/LoutreOS/web.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/LoutreOS/web.nix b/systems/LoutreOS/web.nix index 87a5803..32b8663 100644 --- a/systems/LoutreOS/web.nix +++ b/systems/LoutreOS/web.nix @@ -376,7 +376,6 @@ in HTTP_PORT = 3001; ROOT_URL = "https://gitea.nyanlout.re/"; }; - ui.DEFAULT_THEME = "arc-green"; log.LEVEL = "Warn"; service.DISABLE_REGISTRATION = true; session.COOKIE_SECURE = true;