diff --git a/hosts/vulpecula/forgejo.nix b/hosts/vulpecula/forgejo.nix index 0624820..088343c 100644 --- a/hosts/vulpecula/forgejo.nix +++ b/hosts/vulpecula/forgejo.nix @@ -11,6 +11,10 @@ # Enable support for Git Large File Storage lfs.enable = true; settings = { + default = { + APP_NAME = ":3"; + APP_SLOGAN = "slogan"; + }; server = { DOMAIN = "git.vulpecula.zone"; # You need to specify this to remove the port from URLs in the web UI. @@ -19,10 +23,6 @@ # TODO DISABLE_SSH = true; }; - DEFAULT = { - APP_NAME = ":3"; - APP_SLOGAN = "slogan"; - }; # You can temporarily allow registration to create an admin user. service.DISABLE_REGISTRATION = true; # Add support for actions, based on act: https://github.com/nektos/act