summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRuben Maher <ruben@maher.fyi>2018-02-17 22:17:41 +1030
committerRuben Maher <ruben@maher.fyi>2018-02-17 22:24:39 +1030
commit5b570ad5a08a35cb528bc919eb8d5ea7c394b408 (patch)
tree966dddc1e1b1e690b2ddfa34d3ec9e68c18673e4 /tests
parentf6546a1a8e3969981fef8f46cc8db740647d08df (diff)
dovecot: read dovecot version into nix variable
This allows determining whether it's OK to use particular configuration variables that will throw errors when used in older versions.
Diffstat (limited to 'tests')
-rw-r--r--tests/extern.nix1
-rw-r--r--tests/intern.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/extern.nix b/tests/extern.nix
index 53917f9..f68c2fb 100644
--- a/tests/extern.nix
+++ b/tests/extern.nix
@@ -28,7 +28,6 @@ import <nixpkgs/nixos/tests/make-test.nix> {
fqdn = "mail.example.com";
domains = [ "example.com" "example2.com" ];
dhParamBitLength = 512;
- dovecot23 = true;
loginAccounts = {
"user1@example.com" = {
diff --git a/tests/intern.nix b/tests/intern.nix
index 8cff19e..9facc44 100644
--- a/tests/intern.nix
+++ b/tests/intern.nix
@@ -28,7 +28,6 @@ import <nixpkgs/nixos/tests/make-test.nix> {
fqdn = "mail.example.com";
domains = [ "example.com" ];
dhParamBitLength = 512;
- dovecot23 = true;
loginAccounts = {
"user1@example.com" = {