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 20:30:25 +01:00
committed by Symphorien Gibol
co-authored by Léo Gaspard
parent 0da7a14f16
commit 56f9c51b05
+1 -1
View File
@@ -202,7 +202,7 @@ in
options = {
globally = mkOption {
type = plugins "top-level";
example = { enable =[ "virtual" ]; };
example = { enable = [ "virtual" ]; };
default = { enable = []; };
};
perProtocol = mkOption {