8 lines
98 B
Nix
8 lines
98 B
Nix
{ lib, ... }:
|
|
{
|
|
services.syncthing = {
|
|
enable = true;
|
|
tray = lib.mkDefault true;
|
|
};
|
|
}
|