11 lines
143 B
Nix
11 lines
143 B
Nix
{ ... }:
|
|
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
tray = {
|
|
enable = true;
|
|
command = "syncthingtray --wait";
|
|
};
|
|
};
|
|
}
|