aboutsummaryrefslogtreecommitdiff
path: root/modules/private/environment.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-26 15:22:33 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-26 15:36:39 +0200
commit9c08c3bc093d3d4547214daf057051e7384581e9 (patch)
tree178da8e2e274dd93df9f23d446c71cb1f1c3778a /modules/private/environment.nix
parent7df5e532c1ce2ab9e8527615c08c1178990870e6 (diff)
downloadNix-9c08c3bc093d3d4547214daf057051e7384581e9.tar.gz
Nix-9c08c3bc093d3d4547214daf057051e7384581e9.tar.zst
Nix-9c08c3bc093d3d4547214daf057051e7384581e9.zip
Add anonymize for dmarc_reports
Diffstat (limited to 'modules/private/environment.nix')
-rw-r--r--modules/private/environment.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/private/environment.nix b/modules/private/environment.nix
index 5fbd023..0002622 100644
--- a/modules/private/environment.nix
+++ b/modules/private/environment.nix
@@ -825,6 +825,7 @@ in
825 type = submodule { 825 type = submodule {
826 options = { 826 options = {
827 mysql = mkMysqlOptions "DMARC" {}; 827 mysql = mkMysqlOptions "DMARC" {};
828 anonymous_key = mkOption { type = str; description = "Anonymous hashing key"; };
828 }; 829 };
829 }; 830 };
830 }; 831 };