parent
4cdbdac8e0
commit
63b9735106
|
@ -16,16 +16,18 @@ in {
|
|||
type = "postgres"; # Database type
|
||||
passwordFile = config.age.secrets.forgejo.path;
|
||||
};
|
||||
domain = "reciproka.dev"; # Domain name
|
||||
rootUrl = "https://reciproka.dev/"; # Root web URL
|
||||
httpPort = 3002; # Provided unique port
|
||||
package = forgejo; # a soft fork of gitea
|
||||
settings = let
|
||||
docutils = pkgs.python37.withPackages (ps:
|
||||
docutils = pkgs.python39.withPackages (ps:
|
||||
with ps; [
|
||||
docutils # Provides rendering of ReStructured Text files
|
||||
pygments # Provides syntax highlighting
|
||||
]);
|
||||
server = {
|
||||
DOMAIN = "reciproka.dev"; # Domain name
|
||||
HTTP_PORT = 3002; # Provided unique port
|
||||
ROOT_URL = "https://reciproka.dev/"; # Root web URL
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
in {
|
||||
mailer = {
|
||||
|
|
Loading…
Reference in a new issue