diff --git a/mail-server.nix b/mail-server.nix index 1e0da21..2ba7cb8 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -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.";