2.home-manager/tests/modules/services/syncthing/linux/default.nix
Robert Helgesson ade850153b
syncthing: remove deprecated code
Specifically, in 2021 the use of `services.syncthing.tray` as a
Boolean was deprecated. This removes the associated code.
2025-09-25 08:49:23 +02:00

3 lines
35 B
Nix

{
syncthing-tray = ./tray.nix;
}