]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/postfix/default.nix
Add sympa mailing lists to MX backup
[perso/Immae/Config/Nix.git] / overlays / postfix / default.nix
index 55b83128c765a8c48a8ffa796f442e81ac0f6ab4..c77e4cfe2b7444076dd33e61d1ca9bdb3891134c 100644 (file)
@@ -1,3 +1,3 @@
 self: super: {
-  postfix = super.postfix.override { withMySQL = true; };
+  postfix = super.postfix.override { withMySQL = true; withPgSQL = true; };
 }