Syncthing: Disable tray.

This commit is contained in:
Dmitry Voronin 2024-12-08 06:06:14 +03:00
parent 053fa4f45f
commit b3340def96
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 1 additions and 5 deletions

View file

@ -4,6 +4,5 @@
exec waybar exec waybar
exec nm-applet exec nm-applet
exec blueman-applet exec blueman-applet
exec syncthingtray
''; '';
} }

View file

@ -7,10 +7,7 @@
cfg = config.module.syncthing; cfg = config.module.syncthing;
in { in {
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [ syncthing ];
syncthing
syncthingtray
];
services.syncthing = { services.syncthing = {
inherit (cfg) enable dataDir user group openDefaultPorts; inherit (cfg) enable dataDir user group openDefaultPorts;
systemService = true; systemService = true;