]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/environment.nix
Add dmarc reports
[perso/Immae/Config/Nix.git] / modules / private / environment.nix
index f7994a1e7894c28be410e9df70382b554f005f11..5fbd023f6338028fa071d82bf73faec5c5b9c5df 100644 (file)
@@ -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 {