aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-12-26 18:55:50 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-12-26 18:55:50 +0100
commit5b53d86f38bd8e42695a62be9a833beb66bbbba3 (patch)
tree06e16e284f47ffef7c7a1c9095b37fc4ce39e8e1 /modules/private/environment.nix
parent106b1198698056047f5f18e627ba58b9aaec70f4 (diff)
downloadNix-5b53d86f38bd8e42695a62be9a833beb66bbbba3.tar.gz
Nix-5b53d86f38bd8e42695a62be9a833beb66bbbba3.tar.zst
Nix-5b53d86f38bd8e42695a62be9a833beb66bbbba3.zip
Add xmpp-mail bridge
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index 15e8f54..9bfb80a 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -259,6 +259,7 @@ in
259 description = "Jabber configuration"; 259 description = "Jabber configuration";
260 type = submodule { 260 type = submodule {
261 options = { 261 options = {
262 postfix_user_filter = mkOption { type = str; description = "Postfix filter to get xmpp users"; };
262 ldap = mkLdapOptions "Jabber" {}; 263 ldap = mkLdapOptions "Jabber" {};
263 postgresql = mkPsqlOptions "Jabber"; 264 postgresql = mkPsqlOptions "Jabber";
264 }; 265 };
@@ -593,6 +594,7 @@ in
593 description = "Mail script recipients"; 594 description = "Mail script recipients";
594 type = attrsOf (submodule { 595 type = attrsOf (submodule {
595 options = { 596 options = {
597 external = mkEnableOption "Create a script_<name>@mail.immae.eu external address";
596 src = mkOption { 598 src = mkOption {
597 description = '' 599 description = ''
598 git source to fetch the script from. 600 git source to fetch the script from.