mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Update nixos/modules/services/mail/dovecot.nix
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
This commit is contained in:
parent
0da7a14f16
commit
56f9c51b05
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ in
|
|||
options = {
|
||||
globally = mkOption {
|
||||
type = plugins "top-level";
|
||||
example = { enable =[ "virtual" ]; };
|
||||
example = { enable = [ "virtual" ]; };
|
||||
default = { enable = []; };
|
||||
};
|
||||
perProtocol = mkOption {
|
||||
|
|
Loading…
Reference in a new issue