From ede5d9f70aa50f57adffa4130c817cab69968f16 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 24 Jan 2019 09:53:39 +0100 Subject: [PATCH] personnalisation Gitea --- systems/LoutreOS/services.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systems/LoutreOS/services.nix b/systems/LoutreOS/services.nix index 63081a1..711f83c 100644 --- a/systems/LoutreOS/services.nix +++ b/systems/LoutreOS/services.nix @@ -349,6 +349,14 @@ in port = 5432; passwordFile = "/mnt/secrets/gitea_database_passwordFile"; }; + log.level = "Warn"; + extraConfig = '' + [ui] + DEFAULT_THEME = arc-green + + [service] + DISABLE_REGISTRATION = true + ''; }; site-musique = {