forgejo: re-added deprecated settings

The new settings do not appear to work yet.
This commit is contained in:
Fiscal Velvet Poet 2023-06-02 10:35:18 +10:00
parent 16a2ea357a
commit 4e85326392
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47

View file

@ -16,7 +16,10 @@ in {
type = "postgres"; # Database type type = "postgres"; # Database type
passwordFile = config.age.secrets.forgejo.path; passwordFile = config.age.secrets.forgejo.path;
}; };
domain = "reciproka.dev"; # Domain name
httpPort = 3002; # Provided unique port
package = forgejo; # a soft fork of gitea package = forgejo; # a soft fork of gitea
rootUrl = "https://reciproka.dev/"; # Root web URL
settings = let settings = let
docutils = pkgs.python39.withPackages (ps: docutils = pkgs.python39.withPackages (ps:
with ps; [ with ps; [