Skip to content

Commit

Permalink
nixos/dovecot: no " in mailbox.name
Browse files Browse the repository at this point in the history
(cherry picked from commit 6ceece6)
  • Loading branch information
Robert Schütz authored and andir committed Feb 9, 2018
1 parent 394efc0 commit 14d23b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/mail/dovecot.nix
Expand Up @@ -113,7 +113,7 @@ let
mailboxes = { lib, pkgs, ... }: {
options = {
name = mkOption {
type = types.str;
type = types.strMatching ''[^"]+'';
example = "Spam";
description = "The name of the mailbox.";
};
Expand Down

0 comments on commit 14d23b1

Please sign in to comment.