nixos/roles/syncthing.nix

7 lines
82 B
Nix
Raw Normal View History

2024-12-23 11:20:27 -06:00
{
services.syncthing = {
enable = true;
openDefaultPorts = true;
};
}