fix(syncthing): Do not pass -wait option
The option is not supported by syncthing anymore.
This commit is contained in:
parent
ab4f75c23f
commit
27749dcf2e
1 changed files with 0 additions and 1 deletions
|
|
@ -7,6 +7,5 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
command = "syncthingtray --wait";
|
command = "syncthingtray --wait";
|
||||||
};
|
};
|
||||||
extraOptions = [ "--wait" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue