aboutsummaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
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}