From 4e07970c88f474bc45ae3e723c62df5f6711833e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 6 May 2020 00:18:28 +0200 Subject: Add sympa mailing lists to MX backup --- overlays/postfix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlays') diff --git a/overlays/postfix/default.nix b/overlays/postfix/default.nix index 55b8312..c77e4cf 100644 --- a/overlays/postfix/default.nix +++ b/overlays/postfix/default.nix @@ -1,3 +1,3 @@ self: super: { - postfix = super.postfix.override { withMySQL = true; }; + postfix = super.postfix.override { withMySQL = true; withPgSQL = true; }; } -- cgit v1.2.3