Update nixos/modules/services/mail/dovecot.nix

Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
This commit is contained in:
symphorien 2020-01-28 19:21:38 +00:00 committed by Symphorien Gibol
parent 0da7a14f16
commit 56f9c51b05

View file

@ -202,7 +202,7 @@ in
options = {
globally = mkOption {
type = plugins "top-level";
example = { enable =[ "virtual" ]; };
example = { enable = [ "virtual" ]; };
default = { enable = []; };
};
perProtocol = mkOption {