Skip to content

Commit

Permalink
Revert "nixos/dovecot: no " in mailbox.name"
Browse files Browse the repository at this point in the history
This reverts commit 14d23b1 since we
can not use `strMatching` in 17.09
  • Loading branch information
andir committed Feb 9, 2018
1 parent 14d23b1 commit 0a9f28c
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.strMatching ''[^"]+'';
type = types.str;
example = "Spam";
description = "The name of the mailbox.";
};
Expand Down

0 comments on commit 0a9f28c

Please sign in to comment.