syncthing: way for tray

This commit is contained in:
Leonardo Eugênio 2024-03-24 12:30:09 -03:00
parent 5f588d7e1a
commit 36d2bedd34

View file

@ -1,6 +1,9 @@
{ ... }: {
services.syncthing = {
enable = true;
tray.enable = true;
tray = {
enable = true;
command = "syncthingtray --wait";
};
};
}