9 lines
117 B
Nix
9 lines
117 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
services.syncthing = {
|
||
|
enable = true;
|
||
|
systemService = true;
|
||
|
openDefaultPorts = true;
|
||
|
};
|
||
|
}
|