forgejo: re-added deprecated settings
The new settings do not appear to work yet.
This commit is contained in:
parent
16a2ea357a
commit
4e85326392
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue