diff --git a/services/forgejo.nix b/services/forgejo.nix index 4971845..67793ac 100755 --- a/services/forgejo.nix +++ b/services/forgejo.nix @@ -13,6 +13,15 @@ in { APP_NAME = "An idiot admires complexity. A genius admires simplicity"; }; + repository = { + ENABLE_PUSH_CREATE_USER = true; + }; + + log = { + MODE = "file"; + LEVEL = "info"; + }; + server = { DOMAIN = "git.spoodythe.one"; HTTP_PORT = port;