From c43d8c4a3ce84a7bebd110b06e69365484db6208 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 10 Aug 2024 21:44:47 +0000 Subject: [PATCH] Fix wrong userAttrs default --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 45875a3..5d189f8 100644 --- a/default.nix +++ b/default.nix @@ -278,7 +278,7 @@ in dovecot = { userAttrs = mkOption { type = types.nullOr types.str; - default = ""; + default = null; description = '' LDAP attributes to be retrieved during userdb lookups.