summaryrefslogtreecommitdiff
path: root/home-modules/services/syncthing.nix
blob: 06b94a2c2df136f334965c6584739b396e70e6bd (plain)
1
2
3
4
5
6
7
{ config, pkgs, ... }:
{
  services.syncthing = {
    enable = true; 
  };  
}