summaryrefslogtreecommitdiff
path: root/overlays/postfix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-10 01:22:16 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:55 +0200
commit421b0067dbeada035543fc1d1a886e8a76e049e9 (patch)
treef1169213edf2a7a4cdc200c895570a01d02b11f2 /overlays/postfix
parentbb7756f9d795efbea16309976337f9da7b473c58 (diff)
downloadNUR-421b0067dbeada035543fc1d1a886e8a76e049e9.tar.gz
NUR-421b0067dbeada035543fc1d1a886e8a76e049e9.tar.zst
NUR-421b0067dbeada035543fc1d1a886e8a76e049e9.zip
Stop using overlays in the middle of modules
Diffstat (limited to 'overlays/postfix')
-rw-r--r--overlays/postfix/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlays/postfix/default.nix b/overlays/postfix/default.nix
new file mode 100644
index 00000000..55b83128
--- /dev/null
+++ b/overlays/postfix/default.nix
@@ -0,0 +1,3 @@
1self: super: {
2 postfix = super.postfix.override { withMySQL = true; };
3}