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 = ''