diff --git a/hosts/wolumonde/modules/gitea.nix b/hosts/wolumonde/modules/gitea.nix index 0841a49..6243082 100644 --- a/hosts/wolumonde/modules/gitea.nix +++ b/hosts/wolumonde/modules/gitea.nix @@ -19,6 +19,9 @@ ENABLE_AUTO_REGISTRATION = false; UPDATE_AVATAR = true; }; + attachment = { + MAX_SIZE = 100; + }; ui = { DEFAULT_SHOW_FULL_NAME = true; DEFAULT_THEME = "edge-dark";