flora-6: use renamed options in gitea.settings.server and openssh.settings #232

Merged
b12f merged 3 commits from infra-gitea-module-settings into infra 2023-07-03 12:38:58 +00:00
Showing only changes of commit fc0768d353 - Show all commits

View file

@ -25,13 +25,15 @@
type = "postgres"; type = "postgres";
passwordFile = config.age.secrets.gitea-database-password.path; passwordFile = config.age.secrets.gitea-database-password.path;
}; };
domain = "git.pub.solar";
httpAddress = "127.0.0.1";
httpPort = 3000;
lfs.enable = true; lfs.enable = true;
mailerPasswordFile = config.age.secrets.gitea-mailer-password.path; mailerPasswordFile = config.age.secrets.gitea-mailer-password.path;
rootUrl = "https://git.pub.solar";
settings = { settings = {
server = {
ROOT_URL = "https://git.pub.solar";
DOMAIN = "git.pub.solar";
HTTP_ADDR = "127.0.0.1";
HTTP_PORT = 3000;
};
mailer = { mailer = {
ENABLED = true; ENABLED = true;
PROTOCOL = "smtps"; PROTOCOL = "smtps";