From 7df5e532c1ce2ab9e8527615c08c1178990870e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 26 Apr 2020 03:04:56 +0200 Subject: Add dmarc reports --- modules/private/environment.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/private/environment.nix') 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 }; }; }; + dmarc_reports = mkOption { + description = "DMARC reports configuration"; + type = submodule { + options = { + mysql = mkMysqlOptions "DMARC" {}; + }; + }; + }; etherpad-lite = mkOption { description = "Etherpad configuration"; type = submodule { -- cgit v1.2.3