From aa7de5a47d8c49f6cefb3121f5568a7b40d4e7b6 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Thu, 26 Mar 2020 13:10:33 +0300 Subject: [PATCH] Update modules/gitea.nix --- modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gitea.nix b/modules/gitea.nix index 15c209d..dd092b5 100644 --- a/modules/gitea.nix +++ b/modules/gitea.nix @@ -7,6 +7,6 @@ rootUrl = "https://code.balsoft.ru"; domain = "code.balsoft.ru"; httpPort = 6000; - # disableRegistration = true; + disableRegistration = true; }; }