aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 678b99a..ab2b79e 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -223,6 +223,7 @@ in
"turn"
"status"
"mail"
+ "webmail"
"todo"
];
};
@@ -331,7 +332,15 @@ in
secrets.searx-env = config.sops.secrets.searx-env.path;
};
- services.nixos-mailserver.enable = true; # TODO: replace with dovecot.nix?
+ # TODO: replace with dovecot.nix?
+ services.nixos-mailserver = {
+ enable = true;
+ webmail = {
+ enable = true;
+ domain = "exotic.sh";
+ realHost = "webmail.exotic.sh";
+ };
+ };
services.jitsi = {
enable = true;