forgejo: remove deprecated options
This commit is contained in:
parent
49906ecad7
commit
beda9d4167
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue