From 9c142fd56f35cf8ff3d00632325fb6f019a97f9c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 11 May 2026 16:00:51 +0900 Subject: [PATCH] kommode/gitea: remove deprecated config options --- hosts/kommode/services/gitea/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/kommode/services/gitea/default.nix b/hosts/kommode/services/gitea/default.nix index b23da62..2f027c6 100644 --- a/hosts/kommode/services/gitea/default.nix +++ b/hosts/kommode/services/gitea/default.nix @@ -134,9 +134,6 @@ in { ALLOW_FORK_INTO_SAME_OWNER = true; }; picture = { - DISABLE_GRAVATAR = true; - ENABLE_FEDERATED_AVATAR = false; - AVATAR_MAX_FILE_SIZE = 1024 * 1024 * 5; # NOTE: go any bigger than this, and gitea will freeze your gif >:( AVATAR_MAX_ORIGIN_SIZE = 1024 * 1024 * 2;