[syncthing] Fixes tray enable option
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
tray = lib.mkDefault true;
|
||||
tray = {
|
||||
enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user