nixos-config/user/syncthing.nix

7 lines
62 B
Nix
Raw Normal View History

2024-08-23 16:15:23 -03:00
{ ... }:
{
services.syncthing = {
enable = true;
};
}