From d75eb9d028b67520f2bf8898268c1c5b5d2fcaf5 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 26 May 2024 22:48:08 +0200 Subject: [PATCH] services: forgejo: show version in footer --- services/forgejo/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/forgejo/default.nix b/services/forgejo/default.nix index 516dfbe..9d40402 100644 --- a/services/forgejo/default.nix +++ b/services/forgejo/default.nix @@ -65,7 +65,6 @@ in { HTTP_PORT = cfg.privatePort; }; log.LEVEL = "Warn"; # [ "Trace" "Debug" "Info" "Warn" "Error" "Critical" ] - other.SHOW_FOOTER_VERSION = false; repository = { ENABLE_PUSH_CREATE_USER = true; DEFAULT_BRANCH = "main";