aboutsummaryrefslogblamecommitdiff
path: root/overlays/postfix/default.nix
blob: c77e4cfe2b7444076dd33e61d1ca9bdb3891134c (plain) (tree)
1
2
3
              
                                                                           
 
self: super: {
  postfix = super.postfix.override { withMySQL = true; withPgSQL = true; };
}