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