feat: manage syncthing through NixOS instead

used to be done with home-manager
This commit is contained in:
Swarsel 2024-07-20 11:00:24 +02:00
parent b7d01eb50f
commit 07b0bf77db
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 172 additions and 18 deletions

View file

@ -1237,7 +1237,7 @@
};
services.syncthing = {
enable = true;
enable = false;
tray = {
enable = false; # we enable this by installing the syncthingtray package instead, it works better.
};