nix machine / user configurations

feat: set gitea max attachment size explicitly

ptr.pet f3d2c718 d6fd5a2a

verified
Changed files
+3
hosts
wolumonde
modules
+3
hosts/wolumonde/modules/gitea.nix
···
ENABLE_AUTO_REGISTRATION = false;
UPDATE_AVATAR = true;
};
+
attachment = {
+
MAX_SIZE = 100;
+
};
ui = {
DEFAULT_SHOW_FULL_NAME = true;
DEFAULT_THEME = "edge-dark";