nixos/chatterbox: Add mail config

This commit is contained in:
2023-11-16 13:28:32 +00:00
parent ca7b6fcd81
commit cc00c7d20b
2 changed files with 29 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
{ lib, ... }:
let
inherit (lib.my) net;
inherit (lib.my.c) pubDomain;
inherit (lib.my.c.colony) domain prefixes;
in
{
@@ -93,6 +94,7 @@ in
settings = {
server_name = "nul.ie";
public_baseurl = "https://matrix.nul.ie";
web_client_location = "https://element.${pubDomain}";
admin_contact = "dev@nul.ie";
prescence.enabled = true;