✨ feat(syncthing): Syncthing tray
This commit is contained in:
parent
5074f81f60
commit
6c01d83434
1 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
tray.enable = true;
|
tray = {
|
||||||
|
enable = true;
|
||||||
|
command = "syncthingtray";
|
||||||
|
package = pkgs.syncthingtray-minimal;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue