From b3f7ee38cb20b04fa2f95b4075c64947e63870e5 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Sun, 3 Sep 2017 15:57:49 +0200 Subject: [PATCH] add commit from Infinisil that got lost in the merge --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index ecdf6b8..74c47c2 100644 --- a/default.nix +++ b/default.nix @@ -130,7 +130,7 @@ in }; mailDirectory = mkOption { - type = types.string; + type = types.path; default = "/var/vmail"; description = '' Where to store the mail. @@ -231,7 +231,7 @@ in }; dkimSelector = mkOption { - type = types.string; + type = types.str; default = "mail"; description = ''