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.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index f7994a1..5fbd023 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -820,6 +820,14 @@ in
820 }; 820 };
821 }; 821 };
822 }; 822 };
823 dmarc_reports = mkOption {
824 description = "DMARC reports configuration";
825 type = submodule {
826 options = {
827 mysql = mkMysqlOptions "DMARC" {};
828 };
829 };
830 };
823 etherpad-lite = mkOption { 831 etherpad-lite = mkOption {
824 description = "Etherpad configuration"; 832 description = "Etherpad configuration";
825 type = submodule { 833 type = submodule {