From 9c08c3bc093d3d4547214daf057051e7384581e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 26 Apr 2020 15:22:33 +0200 Subject: Add anonymize for dmarc_reports --- modules/private/environment.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/private/environment.nix') 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 type = submodule { options = { mysql = mkMysqlOptions "DMARC" {}; + anonymous_key = mkOption { type = str; description = "Anonymous hashing key"; }; }; }; }; -- cgit v1.2.3