nix/option/Davmail.nix

7 lines
161 B
Nix
Raw Normal View History

2025-01-10 11:35:19 +03:00
{ config, lib, ... }:
{
options.module.davmail.enable = lib.mkEnableOption "the Davmail Exchange proxy." // {
default = config.module.purpose.work;
};
2025-01-10 09:44:16 +03:00
}