aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
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.