7 lines
86 B
Nix
7 lines
86 B
Nix
{ ... }: {
|
|
services.syncthing = {
|
|
enable = true;
|
|
tray.enable = true;
|
|
};
|
|
}
|