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, ... }: {
|
mailboxes = { lib, pkgs, ... }: {
|
||||||
options = {
|
options = {
|
||||||
name = mkOption {
|
name = mkOption {
|
||||||
type = types.str;
|
type = types.strMatching ''[^"]+'';
|
||||||
example = "Spam";
|
example = "Spam";
|
||||||
description = "The name of the mailbox.";
|
description = "The name of the mailbox.";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user