forgejo: re-add so-called deprecated options
This commit is contained in:
parent
8b426775d0
commit
1d394b6177
|
@ -15,7 +15,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 = 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; [
|
||||||
|
|
Loading…
Reference in a new issue