Add debug option

This commit is contained in:
niten 2023-09-24 14:36:42 -07:00
parent 9b7d87d969
commit fb66fb77e6
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ in {
options.fudo.mail.postfix = with types; {
enable = mkEnableOption "Enable Postfix SMTP server.";
debug = mkEnableOption "Enable verbose logging.";
domain = mkOption {
type = str;
description = "Primary domain served by this mail server.";