mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
nixos/dovecot: no " in mailbox.name
(cherry picked from commit 6ceece6b59)
This commit is contained in:
committed by
Andreas Rammhold
parent
5ce2352f8b
commit
5b32006a01
@@ -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.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user