diff --git a/hosts/g18-next/configuration.nix b/hosts/g18-next/configuration.nix index a5cb969..3c5bdde 100644 --- a/hosts/g18-next/configuration.nix +++ b/hosts/g18-next/configuration.nix @@ -78,6 +78,10 @@ in PROXY_URL = "http://192.168.255.1:20171"; PROXY_HOSTS = "github.com"; }; + service = { + ENABLE_CAPTCHA = true; + REGISTER_MANUAL_CONFIRM = true; + }; }; }; systemd.sockets.gitea.listenStreams = [ "22" ];