diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-04-08 11:13:23 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-04-08 11:15:22 +0200 |
| commit | da360f298b3cf19525d7ab5c12fb75b9d18161c7 (patch) | |
| tree | 0871b7f05adc2fd7eaca5e34550062928a8c9eb8 /home-manager/modules/services | |
| parent | 75321395bf9bbc03fdff996f8f486efbecda43b1 (diff) | |
syncthing and some compilers
Diffstat (limited to '')
| -rw-r--r-- | home-manager/modules/services/syncthing.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home-manager/modules/services/syncthing.nix b/home-manager/modules/services/syncthing.nix index f917d86..06b94a2 100644 --- a/home-manager/modules/services/syncthing.nix +++ b/home-manager/modules/services/syncthing.nix @@ -2,10 +2,6 @@ { services.syncthing = { enable = true; - tray = { - enable = true; - command = "syncthingtray --wait"; - }; }; } |
