Skip to content

Commit f8badd5

Browse files
committed
vdirsyncer: add local read-only news
Announce the localReadOnly option to users who enable the vdirsyncer module.
1 parent ad95291 commit f8badd5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{ config, ... }:
2+
{
3+
time = "2026-08-12T12:12:58+00:00";
4+
condition = config.programs.vdirsyncer.enable;
5+
message = ''
6+
Vdirsyncer can now treat local calendar and contact storages as read-only.
7+
8+
Set `accounts.calendar.accounts.<name>.vdirsyncer.localReadOnly` or
9+
`accounts.contact.accounts.<name>.vdirsyncer.localReadOnly` to configure
10+
this behavior.
11+
'';
12+
}

0 commit comments

Comments
 (0)