Add debug flag

This commit is contained in:
niten 2023-09-24 11:24:09 -07:00
parent 633dceeaa9
commit 1c3c9ee371
1 changed files with 2 additions and 0 deletions

View File

@ -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.";