Add debug option
This commit is contained in:
@@ -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.";
|
||||||
|
|||||||
Reference in New Issue
Block a user