services.syncthing.tray -> services.syncthing.tray.enable

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-18 20:22:19 +01:00
parent a837b08ea1
commit 13afbab725
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -1,6 +1,6 @@
{ ... }: {
services.syncthing = {
enable = true;
tray = true;
tray.enable = true;
};
}