{ lib, pkgs, config, myconfig, mylibs, ... }: { config.services.nullmailer = { enable = true; config = { me = myconfig.env.mail.host; remotes = "${myconfig.env.mail.relay} smtp"; }; }; }