diff --git a/hosts/greatyamada/services/forgejo.nix b/hosts/greatyamada/services/forgejo.nix index 4a40230..a05a7c4 100644 --- a/hosts/greatyamada/services/forgejo.nix +++ b/hosts/greatyamada/services/forgejo.nix @@ -34,6 +34,10 @@ in { DISABLE_SSH = true; LFS_START_SERVER = true; }; + service = { + DISABLE_REGISTRATION = true; + REGISTER_MANUAL_CONFIRM = true; + }; security = { INSTALL_LOCK = true; }; }; };