Add debug option
This commit is contained in:
parent
9b7d87d969
commit
fb66fb77e6
@ -7,6 +7,8 @@ in {
|
|||||||
options.fudo.mail.postfix = with types; {
|
options.fudo.mail.postfix = with types; {
|
||||||
enable = mkEnableOption "Enable Postfix SMTP server.";
|
enable = mkEnableOption "Enable Postfix SMTP server.";
|
||||||
|
|
||||||
|
debug = mkEnableOption "Enable verbose logging.";
|
||||||
|
|
||||||
domain = mkOption {
|
domain = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Primary domain served by this mail server.";
|
description = "Primary domain served by this mail server.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user