diff --git a/configurations/syncthing.nix b/configurations/syncthing.nix index e4466613..14332719 100644 --- a/configurations/syncthing.nix +++ b/configurations/syncthing.nix @@ -6,9 +6,6 @@ { path = "sync"; type = "data"; } ]; home-manager.users.charlotte = { pkgs, ... }: { - services.syncthing = { - enable = true; - tray = true; - }; + services.syncthing.enable = true; }; }