diff --git a/pp-forgejo.nix b/pp-forgejo.nix index be76f3b..cf487ae 100644 --- a/pp-forgejo.nix +++ b/pp-forgejo.nix @@ -57,7 +57,7 @@ in home = services.forgejo.stateDir; useDefaultShell = true; isSystemUser = true; - } + }; # If true, openid users cannot create new account #services.forgejo.settings.service.DISABLE_REGISTRATION = lib.mkForce (!cfg.openIdEnabled);