From 132d3a66f425ffdcc32be2a9e17e4a1643fcdd4c Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 28 May 2021 19:45:03 +0200 Subject: [PATCH] gitea: tweak default permissions --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index d9dda4c..f84babc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -267,7 +267,8 @@ disableRegistration = false; settings = { security.LOGIN_REMEMBER_DAYS = 365; - attachment.MAX_SIZE = 10; + attachment.MAX_SIZE = 10; # file upload size (MB) + service.DEFAULT_ALLOW_CREATE_ORGANIZATION = false; }; };