mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
nixos/dovecot: no " in mailbox.name
This commit is contained in:
parent
78a17f5765
commit
6ceece6b59
@ -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…
Reference in New Issue
Block a user