Add debug option for verbose logging
This commit is contained in:
parent
b7c8c4ec3c
commit
f928924049
3 changed files with 17 additions and 2 deletions
10
default.nix
10
default.nix
|
@ -256,6 +256,16 @@ in
|
|||
|
||||
'';
|
||||
};
|
||||
|
||||
debug = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to enable verbose logging for mailserver related services. This
|
||||
intended be used for development purposes only, you probably don't want
|
||||
to enable this unless you're hacking on nixos-mailserver.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue