Merge pull request #34759 from dotlambda/dovecot
nixos/dovecot: no " in mailbox.name
This commit is contained in:
commit
7ae9699e1c
@ -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.";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user