1
0
Fork 0

Ophanim: Disable hydra CI (for now) and add new mail alias.

This commit is contained in:
Kevin Baensch 2020-01-30 15:23:26 +01:00
parent 5326d689fc
commit 85600ad746
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ in {
hostName = "Ophanim";
domain = "ophanim.de";
administrators = [ { name = "derped"; id = 1337; } ];
mailAccounts = [ { name = "derped"; aliases = [ "postmaster" ]; } { name = "mailman3"; aliases = []; } ];
mailAccounts = [ { name = "derped"; aliases = [ "postmaster" "baensch" ]; } { name = "mailman3"; aliases = []; } ];
allowUnfree = true;
conffiles = [
"etcvars"
@ -28,7 +28,7 @@ in {
services = [
"fail2ban"
"gitea"
"hydra"
# "hydra"
"mailserver"
"mariaDB"
"nextcloud"
@ -37,8 +37,8 @@ in {
];
vHosts = (let base = domain; in [
{ domain = base; service = "simple"; }
{ domain = "builder.${base}"; service = "hydra"; }
{ domain = "cache.${base}"; service = "cache"; }
# { domain = "builder.${base}"; service = "hydra"; }
# { domain = "cache.${base}"; service = "cache"; }
{ domain = "storage.${base}"; service = "nextcloud"; }
{ domain = "mail.${base}"; service = "mail"; }
{ domain = "git.${base}"; service = "gitea"; }
@ -51,7 +51,7 @@ in {
};
};
config.services.mailman3 = {
enable = true;
enable = false;
site_owner = "derped@ophanim.de";
database = {
type = "mysql";