1
0
Fork 0

Users: disable SyncthingTray. Use the Gnome extension instead.

This commit is contained in:
Aires 2024-11-23 13:21:04 -05:00
parent 25e5c870bd
commit 3dc4f44f19
2 changed files with 0 additions and 2 deletions

View file

@ -82,7 +82,6 @@ in
enable = true; enable = true;
services.syncthing = { services.syncthing = {
enable = true; enable = true;
enableTray = true;
web.enable = true; web.enable = true;
}; };
}; };

View file

@ -105,7 +105,6 @@ in
enable = true; enable = true;
services.syncthing = { services.syncthing = {
enable = true; enable = true;
enableTray = true;
web.enable = true; web.enable = true;
}; };
}; };