fix mail relay and add infiniband pkey
This commit is contained in:
11
clusters/stokes/overlays.nix
Normal file
11
clusters/stokes/overlays.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
self: super:
|
||||
let
|
||||
msmtp = super.msmtp.overrideAttrs (attrs: rec {
|
||||
configureFlags = attrs.configureFlags ++ [ "--with-tls=openssl" ];
|
||||
buildInputs = attrs.buildInputs ++ [ super.openssl ];
|
||||
});
|
||||
in
|
||||
{
|
||||
# inherit msmtp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user