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