{ config, lib, ... }: let cfg = config.mailsystem; in { config = lib.mkIf cfg.enable { services.kresd.enable = true; }; }