Add debug flag
This commit is contained in:
parent
633dceeaa9
commit
1c3c9ee371
|
@ -11,6 +11,8 @@ in {
|
||||||
options.fudo.mail = with types; {
|
options.fudo.mail = with types; {
|
||||||
enable = mkEnableOption "Enable mail server.";
|
enable = mkEnableOption "Enable mail server.";
|
||||||
|
|
||||||
|
debug = mkEnableOption "Enable verbose logging.";
|
||||||
|
|
||||||
state-directory = mkOption {
|
state-directory = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
description = "Directory at which to store server state.";
|
description = "Directory at which to store server state.";
|
||||||
|
|
Loading…
Reference in New Issue