syncthing: way for tray
This commit is contained in:
parent
5f588d7e1a
commit
36d2bedd34
|
@ -1,6 +1,9 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
tray.enable = true;
|
tray = {
|
||||||
|
enable = true;
|
||||||
|
command = "syncthingtray --wait";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue