mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
vdirsyncer: Add option to request vcard 4.0
This commit is contained in:
parent
96156a9e86
commit
3670a78eee
2 changed files with 11 additions and 0 deletions
|
|
@ -118,6 +118,15 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
useVcard4 = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = ''
|
||||
Specifies whether vdirsyncer should request vCards in version 4.0.
|
||||
If set to `false` then vdirsyncer will default to version 3.0.
|
||||
'';
|
||||
};
|
||||
|
||||
verify = mkOption {
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue