summaryrefslogtreecommitdiff
path: root/home/config/syncthing.nix
blob: 4875361fee665b031063f3067b3b48d5a8578cb9 (plain)
1
2
3
4
5
{ ... }:

{
  services.syncthing = { enable = true; };
}