syncthing: way for tray
This commit is contained in:
parent
e08a1bb257
commit
155a809144
|
@ -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