summaryrefslogtreecommitdiff
path: root/hosts/syncthing.nix
blob: 48e978d3ec9ebad1e70193a36823643446c4a3af (plain)
1
2
3
4
5
6
7
8
9
{ pkgs, ...}:
{
#  services.syncthing = {
#    enable = true;
#    user = "y";
#    dataDir = "/home/y/sync/data";
#    configDir = "/home/y/sync/.config";
#  };
}