From 89c31dceb4973264558cde4d34b8ca53470ce5cd Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Mon, 25 Mar 2024 00:29:52 +0100 Subject: [PATCH] feat: Migrate from gitea to forgejo --- hosts/thrall/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/thrall/default.nix b/hosts/thrall/default.nix index 9a8c91c..8c045c8 100644 --- a/hosts/thrall/default.nix +++ b/hosts/thrall/default.nix @@ -281,6 +281,8 @@ in { SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; FROM = "noreply@failco.de"; }; + + other = { SHOW_FOOTER_VERSION = false; }; }; };