{ lib, ... }: { options.system.mailserver.enable = lib.mkOption { type = lib.types.bool; default = false; }; imports = [ ./simplenix ./roundcube ]; }