From 6dd00b7e1382192b8fa079f34c4e263d5a98b542 Mon Sep 17 00:00:00 2001 From: janis Date: Fri, 5 Sep 2025 15:02:10 +0200 Subject: [PATCH] disable syncthing tray because it caused issues --- home/syncthing.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/home/syncthing.nix b/home/syncthing.nix index 0a10d10..78ba969 100644 --- a/home/syncthing.nix +++ b/home/syncthing.nix @@ -1,10 +1,6 @@ -{pkgs, ...}: -let - user = import ../data/user.nix {}; -in { +{pkgs, ...}: { services.syncthing = { enable = true; - tray.enable = true; guiAddress = "0.0.0.0:8384";