From c52bb71f0cbfb5a996f9c6eb311e5bb60b6caedd Mon Sep 17 00:00:00 2001 From: Katalin Rebhan Date: Fri, 27 Mar 2026 10:12:25 +0100 Subject: [PATCH] nixosTests.dovecot: set dovecot_{config,storage}_version --- nixos/tests/dovecot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/dovecot.nix b/nixos/tests/dovecot.nix index 2d1e481a7f38..e85512602f20 100644 --- a/nixos/tests/dovecot.nix +++ b/nixos/tests/dovecot.nix @@ -12,6 +12,8 @@ services.dovecot2 = { enable = true; settings = { + dovecot_config_version = dovecot.version; + dovecot_storage_version = dovecot.version; protocols = [ "imap" "pop3"