aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-06 00:18:28 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-05-06 00:18:28 +0200
commit4e07970c88f474bc45ae3e723c62df5f6711833e (patch)
tree638ddadb1cd5d86511cbe0dd096a7954195e00a3 /overlays
parent91b3d06b6a9147e0e03b49d25cdcecb8a617a4f7 (diff)
downloadNix-4e07970c88f474bc45ae3e723c62df5f6711833e.tar.gz
Nix-4e07970c88f474bc45ae3e723c62df5f6711833e.tar.zst
Nix-4e07970c88f474bc45ae3e723c62df5f6711833e.zip
Add sympa mailing lists to MX backup
Diffstat (limited to 'overlays')
-rw-r--r--overlays/postfix/default.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
1self: super: { 1self: super: {
2 postfix = super.postfix.override { withMySQL = true; }; 2 postfix = super.postfix.override { withMySQL = true; withPgSQL = true; };
3} 3}