mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixosTests.dovecot: set dovecot_{config,storage}_version
This commit is contained in:
parent
0ad86118b7
commit
c52bb71f0c
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
services.dovecot2 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
dovecot_config_version = dovecot.version;
|
||||
dovecot_storage_version = dovecot.version;
|
||||
protocols = [
|
||||
"imap"
|
||||
"pop3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue