aboutsummaryrefslogtreecommitdiff
path: root/overlays/postfix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/postfix')
-rw-r--r--overlays/postfix/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/overlays/postfix/default.nix b/overlays/postfix/default.nix
deleted file mode 100644
index c77e4cf..0000000
--- a/overlays/postfix/default.nix
+++ /dev/null
@@ -1,3 +0,0 @@
1self: super: {
2 postfix = super.postfix.override { withMySQL = true; withPgSQL = true; };
3}