Add debug option
This commit is contained in:
parent
9b7d87d969
commit
fb66fb77e6
|
@ -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.";
|
||||
|
|
Loading…
Reference in New Issue