MyNixOS website logo
option

accounts.contact.accounts.<name>.pimsync.extraRemoteStorageDirectives

Extra directives that should be added under this accounts remote storage directive.

Declarations
Type
anything
Default
[ ]
Example
[
  {
    name = "interval";
    params = [
      60
    ];
  }
]