nix/option/Davmail.nix

4 lines
155 B
Nix
Raw Normal View History

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