forgejo: remove deprecated options

This commit is contained in:
Fiscal Velvet Poet 2023-12-04 18:50:48 +10:00
parent 49906ecad7
commit beda9d4167
Signed by: fiscalvelvetpoet
GPG key ID: D8EBFD58B023BD47

View file

@ -15,10 +15,7 @@ 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 = pkgs.forgejo; # a soft fork of gitea package = pkgs.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; [